{% extends "base.html" %} {% load staticfiles %} {% load filters_deploys %} {% block extra_css %} {% include "events/list/_css.html" %} {% endblock %} {% block bar %}
dashboard > events {% if event.Cancelable and event.Running %} {% endif %}
{% endblock %} {% block sidebar %} {% if request.GET.kindName == "healer" %} {% include "sidebar.html" with active="healing" %} {% elif request.GET.kindName == "app.deploy" %} {% include "sidebar.html" with active="deploys" %} {% else %} {% include "sidebar.html" with active="events" %} {% endif %} {% endblock %} {% block header %}

Events

{% endblock %} {% block content %} {% include "events/list/_content.html" with show_controls=True %} {% endblock %} {% block extra_js %} {% include "events/list/_js.html" %} {% endblock %}