{% extends 'base.html.twig' %}
{% block body %}
Retour
{% block body_head %} Visualisation
{% endblock %}
Prévisualisation de l'article.
Action :
{% if articles[0].etat != "V" %}
Publier
{% else %}
Retirer
{% endif %}
Modifier
Supprimer
{% block article %}
{% include 's_article.html.twig' %}
{% endblock %}
{% endblock %}