{% for projectDocumentType in projectDocumentTypeCollection %}
{{ projectDocumentType.label }}
{% if not is_granted("ROLE_ADMIN") and not (app.session.get('featuresAccess') is not empty and app.session.get('featuresAccess')[projectDocumentType.slug]) %}
Rapport non disponible pour votre offre
{% endif %}
{% if is_granted("ROLE_ADMIN") or (app.session.get('featuresAccess') is not empty and app.session.get('featuresAccess')[projectDocumentType.slug]) %}
{% else %}
{% endif %}