{% extends 'admin/change_form.html' %} {% load i18n admin_modify adminmedia %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %}

{{ position }} ({{ position.count }} item{{ position.count|pluralize }})

Tip: Make sure you hit SAVE button after changing the order of the items.
Tip: If the items do not look like they where ordered correctly after saving, try clicking here.
{% for form in forms %} {% endfor %}
List Order Actions Item Remove
{{ form.order }} Edit View on site {{ form.fields.order.content.content_object }}
{% endblock %}