{% extends "fargo/base_iframe.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block bodyargs %}class="fargo-popup fargo-pick-popup"{% endblock %} {% block content %} {% render_table table "fargo/pick_table.html" %}
{% endblock %}