{% extends "basic/base_template.html" %} {% block pageName %} IPFT Table {% endblock pageName %} {% block content %}
PDF
{% for module in user_modules %} {% if module.name == 'create_pet_admin' or module.name == 'create_pet_battalion' or module.name == 'create_pet_company' %} {% endif %} {% endfor %}
{% for item in pets %} {% endfor %}
Action Sn Date BA No Rk Name Result
{% for module in user_modules %} {% if module.name == 'delete_pet_admin' or module.name == 'delete_pet_battalion' or module.name == 'delete_pet_company' %} {% endif %} {% endfor %}
{{forloop.counter}} {{item.date}} {{item.member.army_no}} {{item.member.rank.name}} {{item.member.name}} {{item.get_result_display|default:"N/A"}}
{% include "components/pagination.html" with page_obj=pets %}
{% endblock content %}