{% extends 'cruditor/base.html' %} {% load render_table from django_tables2 %} {% block content %} {% if filter_form %}
{% include 'cruditor/includes/filter-form.html' %}
{% render_table table 'cruditor/includes/table.html' %}
{% else %} {% render_table table 'cruditor/includes/table.html' %} {% endif %} {% endblock %}