{% extends "pages/base.html" %} {% set title = "Events" %} {% set subtitle = "Notifications setup" %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} Back to events {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}