{% extends app_name|add:'/base.html' %} {% load render_table from django_tables2 %} {% block css %} {% endblock %} {% block content %}

Filter questions

{{ filter.form }}
{% render_table table %}
{% endblock %}