{% extends "basic/base_template.html" %} {% block pageName %} Other Reason Table {% endblock pageName %} {% block content %}
PDF
{% for module in user_modules %} {% if module.name == 'create_other_reason_admin' or module.name == 'create_other_reason_battalion' or module.name == 'create_other_reason_company' %} {% endif %} {% endfor %}
{% for item in other_reason %} {% endfor %}
Action # BA No Rk Name Type Start Date End Date Sub Unit Unit Rmks
{% for module in user_modules %} {% if module.name == 'remove_other_reason_admin' or module.name == 'remove_other_reason_battalion' or module.name == 'remove_other_reason_company' %} {% if item.status %} {% endif %} {% endif %} {% endfor %}
{{forloop.counter}} {{item.member.army_no}} {{item.member.rank.name}} {{item.member.name}} {{item.leave_type.showName}} {{item.start_date}} {{item.end_date}} {{item.member.company.name}} {{item.member.company.battalion.name}}
{% include "components/pagination.html" with page_obj=other_reason %}
{% endblock content %}