{% set title = struct.name %} {% set desc = struct.description %} {% set menu = 'ministry' %} {% extends 'Default/base.html.twig' %} {% block reserve %}
{{struct.name}}
{% endblock %} {% block content %}
{% if struct.directorPicture or struct.director %}
{% if struct.directorPicture %} {% endif %} {% if struct.director %}

Dirigé par

{{struct.director}}

{% endif %}
{% endif %}
{% if struct.address or struct.email or struct.phone or struct.website %}
{% if struct.address %}
{{struct.address}}
{% endif %} {% if struct.map %}
{{struct.map}}
{% endif %} {% if struct.email %}
{{struct.email}}
{% endif %} {% if struct.phone %}
{{struct.phone}}
{% endif %} {% if struct.website %} {% endif %}
{% endif %}
{% if struct.description %}

{{struct.description|nl2br}}

{% endif %} {% if struct.content %}

À Propos

{{struct.content|raw}}

{% endif %}
{# {{render(controller('App\\Controller\\DefaultController::searchAlt', {struct: struct.id}))}} #}
{% endblock %}