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

Offices List

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

{% for office in offices %} {% endfor %}
Title Date d'ajout Date Modification Picture CV Actions
Title Date d'ajout Date Modification Picture 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 %}