{% extends 'base.html.twig' %} {% block seo %} {{ seo.title|default(entry.company ?? entry.displayName) }} — {{ site.name|default('') }} {% if seo.description|default('') is not empty %} {% endif %} {% if entry.noIndex %}{% endif %} {% endblock %} {% block body %}
{# ====== COLONNE PRINCIPALE ====== #}
{# Header : photo + identite #}
{% if entry.photo %}
{{ entry.company ?? entry.displayName }}
{% endif %}
{% if entry.category %} {{ entry.category.name }} {% endif %}

{{ entry.company ?? entry.displayName }}

{{ bi('person-fill', 'me-1') }}{{ entry.displayName }}{% if entry.jobTitle %} — {{ entry.jobTitle }}{% endif %}

{% if entry.city %}

{{ bi('geo-alt-fill', 'me-1') }}{{ entry.city }}

{% endif %}
{# Bio / A propos #} {% if entry.bio %}

A propos

{{ entry.bio|nl2br }}
{% endif %} {# Bouton edition si proprietaire #} {% if app.user and entry.user and app.user.id == entry.user.id %} {% endif %}
{# ====== SIDEBAR ====== #}
{% endblock %}