{%- extends 'park/base.html.twig' -%}
{% block importmap %}{{ importmap(['app','business-show']) }}{% endblock %}
{%- set pageTitle -%}L'Entreprise
{{ park.prefixedName }}{% endset %}
{%- set hasLogo = business.logo and business.logo.name -%}
{%- set hasDetailedPage = business.subscriptionLevel.detailedPage -%}
{%- set hasActivityArea = hasDetailedPage and business.description is not empty -%}
{%- set hasDescription = hasDetailedPage and business.description is not empty -%}
{%- set hasWebsite = hasDetailedPage and business.website is not empty -%}
{%- set hasContactPhone = hasDetailedPage and business.contactPhone is not empty -%}
{%- set hasContactEmail = hasDetailedPage and business.contactEmail is not empty -%}
{%- set hasAddress = business.fullAddress is not empty -%}
{%- set hasImages = hasDetailedPage and not business.images.empty -%}
{%- set hasPost = business.subscriptionLevel.post -%}
{%- set hasRealEstate = business.subscriptionLevel.realEstate -%}
{%- set hasJobOffer = business.subscriptionLevel.jobOffer -%}
{%- block body -%}