{% extends base %} {% load form_extras %} {% block content %}
{% csrf_token %} {% include "components/banners.html" %}
{% include "components/field_text_short.html" with field=form|field:'order' %} {% include "components/field_text_short.html" with field=form|field:'width' %}
{% endblock %}