{% block page_title %}{% endblock %}
{% block head_actions %}{% endblock %}
{%- if request.state.session %}
{%- set _nic = {'success': '✓', 'error': '✕', 'warning': '!', 'info': 'i'} %}
Recent notifications
{%- if notif_unread %}
{%- endif %}
{%- if notifications %}
-
{%- for n in notifications %}
-
{%- if n.link %}{% else %}{% endif %} {{ _nic.get(n.level, 'i') }}{% endif %}{% if n.title %}{%- if n.link %}{% else %}{{ n.title }}{% endif %}{{ n.msg }}{{ n.at | datetime }}
{%- endfor %}
No notifications yet.
{%- endif %}