{% import "macros/components/structural_element_selector.html" as mac_struct_elmt_selector %} {% extends "pages/base.html" %} {% set title = "Events" %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} New event {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}

{% filter indent(width=12, first=False) %} {{ mac_struct_elmt_selector.render_site_selector(html_element_id="siteSelector", title=none) -}} {% endfilter %}
{% filter indent(width=12, first=False) %} {{ mac_struct_elmt_selector.render_zone_selector(html_element_id="zoneSelector", title=none) -}} {% endfilter %}
Between
and
Timestamp Source Level Category Campaign scope Description
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}