{% extends 'longs/base.html' %} {% load render_table from django_tables2 %} {% block css %} {% endblock %} {% block content %}

Filter Long

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