{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as macro %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {# #} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Administration | Publier des documents

{% endblock %} {% block page_content %}
{% for file in files %} {% set bgcolor = file.shouldBeVisible ? "#92D050" : "#C00000" %} {% endfor %}
Date de création Date de publication Rubrique Titre du document Cible Visible Actions
{{ file.createdAt|date('d/m/Y') }} {{ file.publicationDate ? file.publicationDate|date('d/m/Y') : "Non renseignée" }} {{ file.getSectionName(file.section) }} {{ file.name }} {% set firstType=true %} {% if file.type != null %} {% for type in file.type %} {% if firstType %} {{ type }} {% set firstType=false %} {% else %} {{ "; "~type }} {% endif %} {% endfor %} {% endif %} {{ file.shouldBeVisible ? 'OUI' : 'NON' }} {% if file.filePath %} {% endif %} Supprimer {{ macro.popup("danger", "file-delete", path('files_delete', {'id': file.id}), file.id) }}
{% endblock %}