{% extends "fargo/base_iframe.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block bodyclasses %}fargo-popup fargo-pick-popup{% endblock %} {% block content %} {% render_table table "fargo/pick_table.html" %}
{% csrf_token %} {{ form.non_field_errors }} {{ form.content.errors }}
{{ form.as_p }}
{% endblock %}