{% extends "@ChillPerson/Person/layout.html.twig" %} {% set activeRouteKey = 'chill_calendar_calendar_list' %} {% block title %}{{ 'Calendar list' |trans }}{% endblock title %} {% set user_id = null %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('mod_answer') }} {{ encore_entry_script_tags('mod_async_upload') }} {% endblock %} {% block css %} {{ parent() }} {{ encore_entry_link_tags('mod_answer') }} {{ encore_entry_link_tags('mod_async_upload') }} {% endblock %} {% block content %}
{% if nbIgnored == 0 %} {{ "There is no calendar items."|trans }} {% else %} {{ 'chill_calendar.There are count ignored calendars by date filter'|trans({'nbIgnored': nbIgnored}) }} {% endif %}
{% else %} {{ include ('@ChillCalendar/Calendar/_list.html.twig', {context: 'person'}) }} {% endif %} {% endblock %}