{% block body %}
Logo application

{{ application.entity.name }}

{{ application.entity.descriptionSmall|raw }}

{% if application.hasAccess %} {% if is_granted("ROLE_SUPER_ADMIN") %}
{% else %}
Y accéder {# TODO: regarder comment gérer l'attribution de droit d'accès au utilisateur à une appli client pour pune organization #}
{% endif %} {% else %} {% if is_granted("ROLE_SUPER_ADMIN") %}
{% else %} Demander l'accès {% endif %} {% endif %}
{% endblock %}