diff --git a/templates/admin/debriefing/_show.html.twig b/templates/admin/debriefing/_show.html.twig index 86367fa..e6dfa1c 100644 --- a/templates/admin/debriefing/_show.html.twig +++ b/templates/admin/debriefing/_show.html.twig @@ -11,6 +11,8 @@ {% for item in entity.projects %} {{ item.label }}
+ {% else %} + - {% endfor %}
  • @@ -23,6 +25,17 @@ {{ entity.externalContributors|nl2br }}
  • +
  • + Fichiers + + {% for item in entity.files %} + + {{ item.name }} + + {% else %} + - + {% endfor %} +