{% extends 'base_backend.html.twig' %} {% block body %}

Article

Article / Editer article
{% set k=0 %} {% for a in articles %} {% if k==0 %} {% set k=1 %} {% else %} {% set k=0 %} {% endif %} {% for f in famille %} {% if f == a.faId %} {% endif %} {% endfor %} {% if a.visibilite==1 %} {% else %} {% endif %} {% endfor %}
Images Intitule Catégorie Date Insertion Date modified Status Action
{{ a.intitule }} {{ f.intitule }} {{ a.cbcreation|date }} {{ a.cbmodification|date }} Affiché Caché
{##} {% endblock %}