{{ projet.description|default("Pas de description")|raw }}
{{ projet.pilote.firstname | default("N/C") }} {{ projet.pilote.lastname | default("N/C") }}
{% endfor %}
{% extends 'base.html.twig' %} {% block header %}
ID | Designation | Axe | Pilotage | Budget | Actions | MaJ | {% if is_granted('ROLE_ADMIN') %}Action | {% endif %}
---|---|---|---|---|---|---|---|
PROJ-{{ projet.id }} | {{ projet.designation | upper }} {{ projet.description|default("Pas de description")|raw }} |
{{ projet.axe.title | default("N/C") }} | {{ projet.metier.code | default("N/C") }} {{ projet.pilote.firstname | default("N/C") }} {{ projet.pilote.lastname | default("N/C") }} |
€ {{ projet.budget | default("Non évalué") }} |
{% for action in projet.actions %}
{{ action.priorite.designation | default("N/C") }}
AC-{{ action.id | default("N/C") }} {{ action.designation | default("N/C") | slice(0, 60) }}...
{% endfor %} |
{{ projet.publishedat | date("d/m/Y") }} | {% if is_granted('ROLE_ADMIN') %}{% endif %} |