{% extends "basic/base_template.html" %} {% block pageName %} Ops Depl Table {% endblock pageName %} {% block content %}
PDF
{% for module in user_modules %} {% if module.name == 'create_ops_depl_admin' or module.name == 'create_ops_depl_battalion' or module.name == 'create_ops_depl_company' %} {% endif %} {% endfor %}
{% for item in ops_depl %} {% endfor %}
Action # Army No Rk Name Start Date End Date Location Sub Unit Unit
{% for module in user_modules %} {% if module.name == 'remove_ops_depl_admin' or module.name == 'remove_ops_depl_battalion' or module.name == 'remove_ops_depl_company' %} {% if item.status %} {% endif %} {% endif %} {% endfor %}
{{forloop.counter}} {{item.member.army_no}} {{item.member.rank.name}} {{item.member.name}} {{item.start_date}} {{item.end_date}} {{item.location.text}} {{item.member.company.name}} {{item.member.company.battalion.name}}
{% include "components/pagination.html" with page_obj=ops_depl %}
{% endblock content %}