{% extends "base_template.html" %} {% block title %} Списки запросов {% endblock %} {% block menu %} {% endblock %} {% block body %}

Списки запросов

{% for error in errors %} {% if forloop.first %}{% endif %} {% endfor %}
{% for queryList in queryLists %} {% empty %}
В системе пока нет загруженных списков запросов. {% endfor %}
{{ queryList.name }} {% ifequal viewQueryListId queryList.id %} {% ifnotequal queries.paginator.num_pages 1 %} {% endifnotequal %}
    {% for query in queries.object_list %}
  • {{ query }}
  • {% endfor %}
{% ifnotequal queries.paginator.num_pages 1 %} {% endifnotequal %} {% endifequal %}
{% ifequal viewQueryListId queryList.id %} {% else %} {% endifequal %}

Добавить {% endblock %}