{% extends 'base.html.twig' %} {% block body %}
My E&P Team {% if app.user %}
{% if app.user.teamer and app.user.teamer.photo %} {{ app.user.teamer.firstName }} {% elseif is_granted('ROLE_ADMINISTRATIVE') %} {{ icon('user', 'w-8 h-8') }} {% endif %}
{% endif %}
{% block content %}{% endblock %}
{% block mobile_menu %}{% endblock %}
{% endblock %}