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

Commissions

Nouvelle publication
{% if response != "" %} {% if response == "OK" %}
OK ! Publication ajoutée
{% else %}
Erreur ! {{ response }}
{% endif %} {% endif %}
{% endblock %} {% block js %} {% endblock %}