{% extends "fargo/base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% render_table table "fargo/table.html" %}
{% csrf_token %}
{{ form.as_p }}
{% endblock %}