rdv: add pagination in calendar item list + refactor list views

This commit is contained in:
nobohan
2021-09-17 16:29:55 +02:00
parent 3c3baed1ce
commit 27674985bd
5 changed files with 161 additions and 151 deletions

View File

@@ -5,7 +5,10 @@
{% block title %}{{ 'My calendar list' |trans }}{% endblock title %}
{% block content %}
{% include 'ChillCalendarBundle:Calendar:list.html.twig' with {'context': 'user'} %}
<h2>{{ 'My calendar list' |trans }}</h2>
<div id="myCalendar"></div>
{% endblock %}
{% block js %}