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

{% if painel_check %}

PAINEL REKRUTAMENTO

{% for painel in painel_check %}
Deskrisaun{{ painel.plan.description }} Vaga Ita Nia Pojisaun #
Objectivu{{ painel.plan.objective }} {{ painel.plan_pos.position }}{{ painel.position }} Resultadu
Data{{ painel.plan.date|date:"d/m/Y" }}
{% endfor %}
{% endif %}

{% endblock %} {% block scripts %} {% endblock %}