{% extends settings.LAYOUT.main_layout %} {% load i18n %} {% load templates %} {% block content %} {% include 'django_bkendoz/templates/list-header.html' with menu=list_menu title=list_title hide_search=True %} {% for data, name, head in fields %} {% endfor %}
{{ head }}
{% endblock %}