{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load django_tables2 %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {% if form.instance.pk %}
These are the results matched by your filter.
{% render_table table %}{% endblock %}