{% extends 'admin.html.twig' %} {% block title %}{{ app.request.attributes.get('role') }} - Liste des Bureaux{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Liste des bureaux

{{ include('@AppBundle/Default/flashBag.html.twig') }}

{% for office in offices %} {% endfor %}
Titre Date d'ajout Date Modification Photo CV Actions
Titre Date d'ajout Date Modification Photo CV Actions
{{ office.title }} {{ office.insertAt |date('Y-m-d H:i') }} {{ office.updateAt |date('Y-m-d H:i') }} Card image cap {{ render(controller('BackBundle:Offices/Back:editOffice',{'role': role,'token':office.token })) }}
{{ render(controller('BackBundle:Offices/Back:addOffice',{ 'role': role })) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% include '@BackBundle/Offices/bibliotheque/assets.html.twig' %} {% endblock %}