{% extends "admin/admin/list.html" %} {% import "forms.html" as form_theme with context %} {% block table_head scoped %} {{ super() }} {% trans %}Warning Level{% endtrans %} {% endblock %} {% block table_row scoped %} {{ item.name }} {% if item.description %}
{{ item.description }}
{% endif %} {{ form_theme.field(table_form['pos_' + item.pk|string], attrs={'form': 'table_form', 'class': 'span2'}) }} {% endblock%}