{% extends '@App/partials/base.html.twig' %} {% block content %}
{% if mecene.logo is not null %} {% else %} {% set initials = mecene.nom|slice(0, 1)|upper %} {{ initials}} {% endif %}
{{mecene.nom}}
{{mecene.type}}
{% include '@Projet/mecene/part/tab_contact.html.twig' %}
{% include '@Projet/mecene/part/tab_informations.html.twig' %}
{% include '@Projet/mecene/part/tab_legales.html.twig' %}
{% include '@Projet/mecene/part/tab_conventions.html.twig' %}
{% endblock %}