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

{% if painel_check %}
Painel Rekrutamentu
Divizaun{{ recplan.unit }}
Objectivu{{ recplan.objective }}
Data{{ recplan.date|date:"d/m/Y" }}
{% for painel in painels %} {% endfor %}
VagaPojisaun
{{ painel.plan_pos.position }} {{ painel.position }}
{% endif %}

{{ legend|upper }} Attachments

{% include 'home/home_staff_left.html' %}
{% include 'home/home_staff_right.html' %}

{% endfor %}
ABILIDADE LINGUA
LinguaKoaliaLeeHakerek {% for lg in emplang %}
{{ lg.language }} {{ lg.speak }} {{ lg.read }} {{ lg.write }}

{% include 'home/home_staff_bottom.html' %}
{% endblock %} {% block scripts %} {% endblock %}