{# Include this template in any page that uses ordered_list fields #} {# Usage: {% include 'ordered_list_configs.html' %} #} {# The form must be available in the template context as 'form' #} {% if form and form.get_list_type_configs_js %} {{ form.get_list_type_configs_js()|safe }} {% endif %}