{% if workspace is defined %} {% set calendarExtends = 'ClarolineCoreBundle:Workspace:layout.html.twig' %} {% else %} {% set calendarExtends = 'ClarolineCoreBundle:Desktop:layout.html.twig' %} {% endif %} {% extends calendarExtends %} {% set calendarPath = 'bundles/clarolineagenda/js/vendor/fullcalendar-2.3.1/' %} {% block title %} {% if workspace is defined %} {{ parent() ~ ' - ' ~ "agenda" | trans({}, "tools") | striptags | raw }} {% else %} {{ parent() ~ ' - ' ~ "agenda" | trans({}, "tools") | striptags | raw }} {% endif %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block breadcrumb %} {% if workspace is defined %} {{ macros.workspaceBreadcrumbs( workspace, [ { 'name': 'agenda'|trans({}, 'tools'), 'href': '' } ] ) }} {% else %} {{ macros.desktopBreadcrumbs([ { 'name': 'agenda'|trans({}, 'tools'), 'href': '' } ]) }} {% endif %} {% endblock %} {% block section_content %}