{% extends "base.html" %} {% load bootstrap4 %} {% load widget_tweaks %} {% block title %}Base Tags Position Management{% endblock title %} {% block content %}

Current Section Positions


Simplified view to organize positions more quickly.
{% for section_title, tagmap_formset, tagname_map_formset in extensive_form_list %}
{{ section_title }}
{% endfor %}
{% endblock content %}