{% if leaves %}

Lves

{% for leave in leaves %} {% endfor %}
Approve Date Lve Type Start Date End Date Days Apply By Rmks Crt PDF
{{ leave.created_at.date }} {{ leave.leave_type.showName }} {{ leave.start_date }} {{ leave.end_date }} {{ leave.days }} {{ leave.apply_by }}
{% include "components/pagination.html" with page_obj=leaves %} {% else %}

No Lves

{% endif %}
{% if ops_depl %}

Ops Depl

{% for i in ops_depl %} {% endfor %}
# Start Date End Date Location
{{ forloop.counter }} {{i.start_date}} {{i.end_date|default:"present"}} {{i.location.text}}
{% include "components/pagination.html" with page_obj=ops_depl %} {% else %}

No Ops Depl

{% endif %}
{% if punishments %}

Punishment

{% for i in punishments %} {% endfor %}
Sn Date Punishment Type Punishment Name Rmks
{{ forloop.counter }} {{i.date|date:"d-M-Y"|default:"N/A"}} {{i.punishment_type.text|default:"N/A"}} {{i.punishment_name.text|default:"N/A"}}
{% include "components/pagination.html" with page_obj=punishments %} {% else %}

No Punishment

{% endif %}
{% if promotions %}

Promotion

{% for i in promotions %} {% endfor %}
Sn Date Promotion
{{ forloop.counter }} {{ i.date|default:"N/A" }} {{ i.promotion_type.text|default:"N/A" }}
{% include "components/pagination.html" with page_obj=promotions %} {% else %}

No Promotion

{% endif %}
{% if demotions %}

Demotion

{% for i in demotions %} {% endfor %}
Sn Date Demotion
{{ forloop.counter }} {{ i.date|default:"N/A" }} {{ i.demotion_type.text|default:"N/A" }}
{% include "components/pagination.html" with page_obj=demotions %} {% else %}

No Demotion

{% endif %}
{% if observations %}

Obsn

{% for i in observations %} {% endfor %}
Sn Date Obsn
{{ forloop.counter }} {{ i.date|default:"N/A" }} {{ i.remarks|default:"N/A" }}
{% include "components/pagination.html" with page_obj=observations %} {% else %}

No Obsn

{% endif %}
{% if rewards %}

Reward

{% for i in rewards %} {% endfor %}
Sn Date Reward
{{ forloop.counter }} {{ i.date|default:"N/A" }} {{ i.remarks|default:"N/A" }}
{% include "components/pagination.html" with page_obj=rewards %} {% else %}

No Reward

{% endif %}
{% if pets %}

IPFT

{% for i in pets %} {% endfor %}
Date By Annual Result Reason Attempt Auth
{{ i.date|default:"N/A" }} {{ i.get_by_annual_display|default:"N/A"}} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.get_attempt_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=pets %} {% else %}

No IPFT

{% endif %}
{% if rets %}

Firing

Total rds fired in this yr : {{total_rds_ret}}
{% for i in rets %} {% endfor %}
Date Result Reason RET Attempt Gp Hit Total Rmks Auth
{{ i.date|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.get_ret_display|default:"N/A"}} {{ i.get_attempt_display|default:"N/A"}} {{ i.get_gp_display|default:"N/A"}} {{ i.hit|default:"N/A"}} {{ i.total|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=rets %} {% else %}

No Firing

{% endif %}
{% if gr_firings %}

Gren Firing

Total Grens fired in this yr : {{total_gr_firing}}
{% for i in gr_firings %} {% endfor %}
Date Result Reason Attempt Total Rmks Auth
{{ i.date|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.get_attempt_display|default:"N/A"}} {{ i.total|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=gr_firings %} {% else %}

No GR Firing

{% endif %}
{% if fd_firings %}

Fd Firing

{% for i in fd_firings %} {% endfor %}
Date From Date To Result Reason Score Rmks Auth
{{ i.date_from|default:"N/A" }} {{ i.date_to|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.score|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=fd_firings %} {% else %}

No Fd Firing

{% endif %}
{% if course_shootings %}

Course Shooting

{% for i in course_shootings %} {% endfor %}
Date From Date To Result Reason Score Rmks Auth
{{ i.date_from|default:"N/A" }} {{ i.date_to|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.score|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=course_shootings %} {% else %}

No Course Shooting

{% endif %}
{% if sms %}

Speed March

{% for i in sms %} {% endfor %}
Date Result Reason Attempt Rmks Auth
{{ i.date|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.get_attempt_display|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=sms %} {% else %}

No Speed March

{% endif %}
{% if aslt_courses %}

Aslt Course

{% for i in aslt_courses %} {% endfor %}
Date Result Reason Attempt Rmks Auth
{{ i.date|default:"N/A" }} {{ i.get_result_display|default:"N/A"}} {{ i.get_reason_display|default:"N/A"}} {{ i.get_attempt_display|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}} {{ i.auth|default:"N/A"}}
{% include "components/pagination.html" with page_obj=aslt_courses %} {% else %}

No Speed March

{% endif %}
{% if ex_perfs %}

Ex Performance

{% for i in ex_perfs %} {% endfor %}
Date From Date To Exercise Appt Held Rmks
{{ i.date_from|default:"N/A" }} {{ i.date_to|default:"N/A" }} {{ i.get_ex_name_display|default:"N/A"}} {{ i.appt_held|default:"N/A"}} {{ i.get_remark_display|default:"N/A"}}
{% include "components/pagination.html" with page_obj=ex_perfs %} {% else %}

No Ex Performance

{% endif %}
{% if aprs %}

APR

{% for i in aprs %} {% endfor %}
Year APR
{{ i.year|default:"N/A" }} PDF
{% else %}

No APR

{% endif %}
{% if movement_orders %}

Movement Orders

{% for i in movement_orders %} {% endfor %}
Date Type Unit/Org Start Date End Date Days Status Rmks
{{ i.created_at.date }} {{ i.show_movement_type|default:"N/A" }} {{ i.unit|default:"N/A" }} {{ i.start_date|default:"N/A" }} {{ i.end_date|default:"N/A" }} {{ i.days|default:"N/A" }} {{ i.get_status_display|default:"N/A"}}
{% include "components/pagination.html" with page_obj=movement_orders %} {% else %}

No Movement Orders

{% endif %}