{% extends "basic/base_template.html" %} {% block pageName %} APR - {{ member.army_no }} {% endblock pageName %} {% block content %}
{% csrf_token %}

PART-1 PERS INFO

Army No: {{ member.army_no }}

Name: {{ member.name }}

Rank: {{ member.rank }}

Unit: {{ member.company.battalion.name }}

Sub Unit: {{ member.company.name }}

Enrollment Dt: {{ service_info.doe|date:"d-M-Y" }}

Marital Status: {{ member.get_marital_status_display }}

Mob No : {{ member.mobile_no }}

PART-2 MED INFO

Med Cat: {{ service_info.get_med_cat_display }}

Obesity:

Sickness:

From:

To:

Remarks:

PART-3: RESP AND REPORTING AUTH

{% for i in "12345" %} {% endfor %}
Ser Resp From To Unit Imm Reporting JCO/NCO Reporting Offr
{{ forloop.counter }}

PART-4: DISCIPLINE STATE/REWARD/PUNISHMENT/SPL CONTRIBUTION/COURSE AND CDR PERFORMANCE

Obsn/Reward/Punishment {% for punishment in punishments %} {% endfor %} {% for observation in observations %} {% endfor %} {% for reward in rewards %} {% endfor %}
Ser Obsn/Reward/Punishment Dt Type Rmks
Punishment {{ punishment.date|date:"d-M-Y" }} {{ punishment.punishment_type.text }} {{ punishment.remarks }}
Observation {{ observation.date|date:"d-M-Y" }} {{ observation.remarks }}
Reward {{ reward.date|date:"d-M-Y" }} {{ reward.remarks }}
.
Course/Cdr Performance {% for course in course_cdrs %} {% endfor %} {% for i in "1234567" %} {% endfor %}
Ser Course Name From To Duration Unit/Inst Result Remarks
{{ forloop.counter }} {{ course.course_name.text }} {{ course.start_date|date:"d-M-Y" }} {{ course.end_date|date:"d-M-Y" }} {{ course.days }} {{ course.institution.text }} {{ course.get_result_display }} {{ course.marks }}
.
Spl Contribution {% for i in "12345" %} {% endfor %}
Ser Contribution From To Role Performance
{{ forloop.counter }}
Attendance
Total Lve availed in this Yr: {{total_leaves}} Total Days On Parade in wk place {{total_days}}

PART-5: PERFORMANCE RECORD

Ser Event Result Attempt Ser Event Result Score
1 1st Bi-Annual IPFT {{pet_1.get_result_display}} {{pet_1.get_attempt_display}} 1 RET {{ret.get_result_display}} {{ret_score}}
2 2nd Bi-Annual IPFT {{pet_2.get_result_display}} {{pet_2.get_attempt_display}} 2 Gren Firing {{gr_firing.get_result_display}} {{gr_firing_score}}
3 Aslt Course {{aslt_course.get_result_display}} {{aslt_course.get_attempt_display}} 3 Fd Firing {{fd_firing.get_result_display}} {{fd_firing.score}}
4 Speed March {{sm.get_result_display}} {{sm.get_attempt_display}} 4 Course Shooting {{course_shooting.get_result_display}} {{course_shooting.score}}
Ops Activities {% for i in "12345" %} {% endfor %}
Ser Ops From To Role Performance
{{ forloop.counter }}
Trg Activities {% for i in "12345" %} {% endfor %}
Ser Trg Activities From To Role Performance
{{ forloop.counter }}
Admin Activities {% for i in "12345" %} {% endfor %}
Ser Admin From To Role Performance
{{ forloop.counter }}

PART-6: PERFORMANCE EVALUATION

Physical Efficiency (15) Firing Efficiency (10) Tactical Proficiency (5) Technical Proficiency (5) Leadership (5) Followership (5) Communication Skill (5) Turnout & Bearing (5) Performance in Appointment (15) Total
0

PART-7: CHARACTER TRAITS AND OBSERVANCE OF MIL VALUES

{% for trait in traits %} {% endfor %}
Ser Traits/Values State Reason Ref
{{ forloop.counter }} {{ trait.1 }}

PART-8: OVERALL EVALUATION

Competency Assessment (Part 2) (70) Character Traits & Military Values (10) Discipline (10) Course/Cadre Results (5) Awards & Special Contributions (5) Grand Total (100)
0 0

PART-9: RECOM, PEN-PICTURE AND ADVICE

Recom {% for i in recoms %} {% endfor %}
{{ i.1 }}: Reason:
In which subject should he receive training?
Pen-Picture {% for i in pen_pictures %} {% endfor %}
Ser Heads Qualities and Performance
{{ forloop.counter }} {{ i.1 }}
. Extra Curricular Activities

Advice:

Opinion of the Reported Upon Sldr: Reason:
{% comment %}

PART-10: TO BE FILLED UP BY SUPERIOR AUTH

Cfm of Recom
Suitability for Next Rk: Reason:
Recom for UN Msn: Reason:

Opinion:

{% endcomment %}
{% endblock content %}