{% extends "dashboard_app/_content_with_sidebar.html" %} {% load django_tables2 %} {% load i18n %} {% load humanize %} {% block content %}
{% render_table test_run_table %} {% endblock %} {% block sidebar %} {% include "dashboard_app/_bundle_stream_sidebar.html" %} {% endblock %}