{% extends "themis/base.html" %} {% block title %}Notifications — {{ themis_app_name }}{% endblock %} {% block content %}
{{ notification.message }}
{% endif %}{% if include_read %} No notifications found. {% else %} No unread notifications. Show all notifications {% endif %}