{% macro renderPager(subjectId, pager, max) %} {{ pagerfanta( pager, 'twitter_bootstrap_translated', { 'proximity' : 1, 'routeName': 'claro_forum_messages', 'routeParams': {'subject': subjectId, 'max': max}, } ) }} {% endmacro %} {% macro renderOptions(options, selectedOption) %} {% for option in options %} {% endfor %} {% endmacro %} {% from _self import renderPager %} {% from _self import renderOptions %} {% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %} {% if isDesktop() %} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %}{{ _resource.getResourceNode().getName() ~ '(' ~ subject.getTitle() ~ ')' ~ ' - ' ~ parent() | striptags | raw }}{% endblock %} {% block resourceBreadcrumb %}
{{ 'author'|trans({}, 'forum') }} | {{ 'posts'|trans({}, 'forum') }} |
---|