{% extends 'FrontofficeFr/base.html.twig' %} {% block activeCell %}main-menu-active{% endblock %} {% block titre %}Commissions et Publications - FCPM {% endblock %} {% block body %}

Commissions

Mes publications
{% if response != "" %} {% if response == "OK" %}
OK ! Publication modifiée
{% else %}
Erreur ! {{ response }}
{% endif %} {% endif %}
Liste des fichiers
{% set index = 1 %} {% for f in file %} {% set index = index+1 %} {% endfor %}

{% endblock %} {% block js %} {% endblock %}