{% extends "default.html" %} {% block title %} {% trans %}Notifications{% endtrans %} {% endblock %} {% block breadcrumbs %}
  • {% trans %}Notifications{% endtrans %}
  • {% endblock %} {% block content %} {% if notifications %} {% for notification in notifications %}
    {{ notification.notification.json }}
    {% endfor %} {% else %}

    {% trans %}When you get notifications, they'll be shown here.{% endtrans %}

    {% endif %}
    {% endblock %}