{%- extends 'park/base.html.twig' -%}
{% block importmap %}{{ importmap(['app','business-show']) }}{% endblock %}
{%- set pageTitle -%}L'Entreprise
{{ park.prefixedName }}{% endset %}
{%- set hasActivityArea = business.description is not empty -%}
{%- set hasDescription = business.description is not empty -%}
{%- set hasWebsite = business.website is not empty -%}
{%- set hasContactPhone = business.contactPhone is not empty -%}
{%- set hasContactEmail = business.contactEmail is not empty -%}
{%- block body -%}