{% extends BASE_HTML %} {% load i18n creme_bricks creme_widgets %} {% block page_title %}{% translate 'Notifications' %} - {% endblock %} {% block content_extra_class %}notification-list-view{% endblock %} {% block content %}
{% brick_import app='creme_core' name='notifications' as notif_brick %} {% brick_display notif_brick %} {% brick_end %} {% endblock %}