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

Famille article

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