{% extends "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% set title = 'notification_user_configuration' %} {% block title %} {{ parent() ~ ' - ' ~ title | trans({}, "platform") | striptags | raw }} {% endblock %} {% block breadcrumb %} {{ macros.desktopBreadcrumbs([ { 'name': 'preferences'|trans({}, 'platform'), 'href': path('claro_desktop_parameters_menu') }, { 'name': title|trans({}, 'notification'), 'href': '' } ]) }} {% endblock %} {% block section_content %}

{{ title|trans({}, 'notification') }}

{% for type in types %} {% endfor %}
{{ 'type'|trans({}, 'platform') }} {{ 'visible'|trans({}, 'platform') }} {{ 'rss_visible'|trans({}, 'notification') }}
{{ type.name|trans({}, 'notification')|trans({}, 'resource') }}
{{ 'rss_url_regenerate'|trans({}, 'notification') }} {{ 'cancel'|trans({}, 'platform') }}
{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}