{% macro createFileNotification(file) %} {% if file.section == "HELP_ONLINE" %} {% set classNotif = "helpNotification" %} {% set iconName = "aideEnLigne.svg" %} {% elseif file.section == "ACTUALITY" %} {% set classNotif = "newsNotification" %} {% set iconName = "actualite.svg" %} {% elseif file.section == "TECHNICAL_INFO" %} {% set classNotif = "technicalNotification" %} {% set iconName = "infoTechnique.svg" %} {% elseif file.section == "DOC_CONTRACTS" %} {% set classNotif = "newsNotification" %} {% set iconName = "actualite.svg" %} {% else %} {% set classNotif = "newsNotification" %} {% set iconName = "actualite.svg" %} {% endif %}
{{ file.sectionName(file.section) }}
{{ file.publicationDate|date("d/m/Y") }}
{{ file.name }}
{% endmacro %}