{% extends 'admin.html.twig' %} {% block title %}{{ 'articleAdherent.list.title1'| trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ 'articleAdherent.list.title2'| trans }}

{{ include('@AppBundle/Default/flashBag.html.twig') }}
{##} {##} {% for article_adherent in article_adherents %} {##} {% endfor %}
{{ 'articleAdherent.list.title5'| trans }}{{ 'articleAdherent.list.title9'| trans }}{{ 'articleAdherent.list.title6'| trans }} {{ 'articleAdherent.list.title7'| trans }} {{ 'articleAdherent.list.title8'| trans }} {{ 'articleAdherent.list.title10'| trans }}
{{ 'articleAdherent.list.title5'| trans }}{{ 'articleAdherent.list.title9'| trans }}{{ 'articleAdherent.list.title6'| trans }} {{ 'articleAdherent.list.title7'| trans }} {{ 'articleAdherent.list.title8'| trans }} {{ 'articleAdherent.list.title10'| trans }}
{{ article_adherent.title }}{{ article_adherent.content }}{{ article_adherent.insertAt |date('Y-m-d H:i') }} {{ article_adherent.updateAt |date('Y-m-d H:i') }} {{ article_adherent.title }}
{% endblock %} {% block javascripts %} {{ parent() }} {% block javascriptPage %} {% endblock %} {% include '@BackBundle/ArticleAdherent/bibliotheque/assets.html.twig' %} {% endblock %}