{% extends 'cruditor/base.html' %} {% load i18n %} {% load floppyforms %} {% load render_table from django_tables2 %} {% block content %}
{% if filter_form %}
{% render_table table 'cruditor/includes/table.html' %}
{% else %}
{% render_table table 'cruditor/includes/table.html' %}
{% endif %}
{% endblock %}