{% extends "sru/sru_layout.html" %} {% load dashboard_extras %} {% load render_table from django_tables2 %} {% block page_name %}SRU testing{% endblock %} {% block content %}

SRU testing

{% render_table table "table.html" %}
{% endblock %}