{% extends "main/layout.html" %} {% load static %} {% load humanize %} {% block content %}

Informasaun Planu

DeskrisaunObjectivuDataVacancy Tracking Number PojisaunTotal
{{ plan.description }} {{ plan.objective }} {{ plan.date|date:"d/m/Y" }} {{ planpos.number }} {{ planpos.position }} {{ planpos.total }}

{% for obj in objects %} {% endfor %}
Nu. Naran Kandidatu Gender
Academic Evaluation
(10%)
Written Test Evaluation
(40%)
Interview Evalutaion
(50%)
Final Score
CF=(AC*0.10)+(PE*0.40)+(EA*0.50)
Remarks
{{ forloop.counter }} {{ obj.name }} {{ obj.sex }} {{ obj.candscore.all.0.score_a }} {{ obj.candscore.all.0.score_b }} {{ obj.candscore.all.0.score_c }} {{ obj.candscore.all.0.final_score }} {{ obj.candscore.all.0.sort|ordinal }}
{% endblock %} {% block scripts %} {% endblock %}