{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {{ block.super }} {% if cl.formset %} {% endif %} {% if cl.formset or action_form %} {% endif %} {{ media.css }} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block coltype %}{% endblock %} {% block content %}
{% block object-tools %} {% endblock %} {% if cl.formset and cl.formset.errors %}

{% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}

{{ cl.formset.non_form_errors }} {% endif %}
{% block search %}{% search_form cl %}{% endblock %} {% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %} {#
{% csrf_token %}#} {# {% if cl.formset %}#} {#
{{ cl.formset.management_form }}
#} {# {% endif %}#} {##} {# {% block result_list %}#} {# {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %}#} {# {% result_list cl %}#} {# {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}#} {# {% endblock %}#} {# {% block pagination %}{% pagination cl %}{% endblock %}#} {#
#}
{% block filters %} {% if cl.has_filters %}

{% translate 'Filter' %}

{% if cl.is_facets_optional or cl.has_active_filters %}
{% if cl.is_facets_optional %}

{% if cl.add_facets %} {% translate "Hide counts" %} {% else %} {% translate "Show counts" %} {% endif %}

{% endif %} {% if cl.has_active_filters %}

✖ {% translate "Clear all filters" %}

{% endif %}
{% endif %} {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}
{% endif %} {% endblock %}
jQuery Datatable1
{% result_list cl %} {# {% pagination cl %}#} {% comment %}
Name Email Phone City Status
Graiden vehicula.aliquet@semconsequat.co.uk 076 4820 8838 Offenburg Active
Dale fringilla.euismod.enim@quam.ca 0500 527693 New Quay Active
Nathaniel mi.Duis@diam.edu (012165) 76278 Grumo Appula Inactive
Darius velit@nec.com 0309 690 7871 Ways Active
Oleg rhoncus.id@Aliquamauctorvelit.net 0500 441046 Rossignol Active
Emmanuel eget.lacus.Mauris@feugiatSednec.org (016977) 8208 Saint-Remy-Geest Active
{% endcomment %}
{% endblock %} {% block extrascripts %} {% endblock %}