{% load static %} {% load django_listing %}
{% if AUTO_DECLARE_JS %} {% endif %} {% if need_media_for.datetimepicker and DATETIMEPICKER_JS_URL %} {% block django_listing_datepicker %} {% if AUTO_DECLARE_JS %} {% endif %} {% get_dict_list "datetimepickers" as dict_list %} {% endblock %} {% endif %} {% if need_media_for.dropzone and DROPZONE_JS_URL %} {% if AUTO_DECLARE_JS %} {% endif %} {% get_dict_list "dropzones" as dict_list %} {% endif %} {% if need_media_for.autocomplete and AUTOCOMPLETE_JS_URLS %} {% block django_listing_autocomplete %} {% if AUTO_DECLARE_JS %} {% for url in AUTOCOMPLETE_JS_URLS %} {% endfor %} {% endif %} {% endblock %} {% endif %} {% footer_snippets %} {% if request.django_listing_onready_snippets %} {% endif %}