{% extends "base.html" %} {% load staticfiles %} {% load filters_deploys %} {% block extra_css %} {% include "events/list/_css.html" %} {% endblock %} {% block bar %}
{% 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 %}