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

INFORMASAUN PLANO REKRUTAMENTO

DeskrisaunObjectivuDataPareser
{{ plan.description }} {{ plan.objective }} {{ plan.date|date:"d/m/Y" }} {% if plan.file %} {% endif %}
{{ legend|upper }} {% if plan.plantrack.all.last.is_finish == False %} Aumenta {% endif %} CV & Summario
{% for obj in objects %} {% endfor %}
Nu. Naran Kategoria Sexu No. Telf. Email Diploma Universidade Data Aplika #
{{ forloop.counter }} {{ obj.name }} {{ obj.plan_pos }} {{ obj.sex }} {{ obj.phone }} {{ obj.email }} {{ obj.diploma }} {{ obj.university }} {{ obj.date|date:"d/m/Y" }} {% if obj.is_lock == False %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}