{% extends "pages/base.html" %} {% set title = "Notifications" %} {% set subtitle = "Settings" %} {% block main_content %} {{ super() -}}
Event category Notification level
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}