{% extends 'admin.html.twig' %} {% block title %}Admin - Liste des RDVs{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

RDVs List

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

{##} {% if (is_granted('ROLE_AGENDA_RDV')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {##} {% if (is_granted('ROLE_AGENDA_RDV')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {% for event in Rdvs %} {##} {% if (is_granted('ROLE_AGENDA_RDV')) or (is_granted('ROLE_ADMIN')) %} {% endif %} {% endfor %}
Title Description Start Date End DateMedia StatusActions
Title Description Start Date End DateMedia StatusActions
{{ event.title }} {{ event.description }} {{ event.start|date('d M Y') }} {{ event.end|date('d M Y') }} Card image cap {% if event.enabled == true %} Enabled {% else %} Disabled {% endif %} {# #} {# #} {# #}
{% endblock %} {% block javascripts %} {{ parent() }} {% include '@BackBundle/Rdv/events/assets.html.twig' %} {% endblock %}