{% extends "basic/base_template.html" %} {% block pageName %} Other Parade State Board {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_list_admin' or module.name == 'create_list_battalion' or module.name == 'create_list_company' %} Other Parade State Entry {% endif %} {% endfor %}
{% for item in lists %} {% endfor %}
Sn Date Title Unit Category PDf
{{forloop.counter}} {{item.date}} {{item.title}} {{item.unit}} {{item.category.text}} PDF
{% include "components/pagination.html" with page_obj=lists %}
{% endblock content %}