{% load static %}
{% load django_listing %}
{% spaceless %}
{% if AUTO_DECLARE_CSS %}
{% if need_media_for.datetimepicker and DATETIMEPICKER_CSS_URL %}
{% endif %}
{% if need_media_for.dropzone and DROPZONE_CSS_URL %}
{% endif %}
{% endif %}
{% if need_media_for.autocomplete and AUTOCOMPLETE_CSS_URLS %}
{% if AUTO_DECLARE_CSS %}
{% for url in AUTOCOMPLETE_CSS_URLS %}
{% endfor %}
{% endif %}
{% endif %}
{% header_snippets %}
{% endspaceless %}