{% extends 'admin.html.twig' %} {% block title %}{{ app.request.attributes.get('role') }} - {{ 'page.vip.index.title1' | trans }}{% endblock %} {% block body %}

{{ 'page.vip.index.title2' | trans }}

{{ include('@AppBundle/Default/flashBag.html.twig') }}
{% if (is_granted('ROLE_DOCUMENT')) or (is_granted('ROLE_ADMIN')) %} {{ 'page.vip.index.title3' | trans }} {% endif %}

{% if (is_granted('ROLE_DOCUMENT')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {% if (is_granted('ROLE_DOCUMENT')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {% for vipUser in vipUsers %} {% if (is_granted('ROLE_DOCUMENT')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {% endfor %}
{{ 'page.vip.title1' | trans }} {{ 'page.vip.title2' | trans }} {{ 'page.vip.title3' | trans }} {{ 'page.vip.title4' | trans }} {{ 'page.vip.title5' | trans }}Actions
{{ 'page.vip.title1' | trans }} {{ 'page.vip.title2' | trans }} {{ 'page.vip.title3' | trans }} {{ 'page.vip.title4' | trans }} {{ 'page.vip.title5' | trans }}Actions
{{ vipUser.name }} {{ vipUser.lastname }} {{ vipUser.email }} {{ vipUser.fonction }} {{ vipUser.organisme }} {{ render(controller('BackBundle:Vip:editVipUser',{'role': role,'id': vipUser.id })) }}
{#{{ render(controller('BackBundle:Documents/Back:addDocument')) }}#} {{ render(controller('BackBundle:Vip:create', {'_locale' : 'fr','role': role})) }} {# #}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}