{% extends "main/layout.html" %} {% load static %} {% block content %}
Nu. | Naran | Pozisaun | Tipu Kontrato | Estudo Formal Ikus | Tipu Bolso Estudo | Data Hahu | Data Remata | Titulo Bolso Estudo | Titulo Monografia | Universidade | Progresu | Komentario |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ obj.emp }} | {{ obj.emp.curempposition.position.name }} | {% if obj.emp.contract.all.0.end_date %} {{obj.emp.contract.all.0.start_date}} - {{obj.emp.contract.all.0.end_date}} {% else %} Indeterminable {% endif %} | {% if obj.emp.formaleducation.all.last.education_level %} {{obj.emp.formaleducation.all.last.education_level}} {% else %} - {% endif %} | {{obj.scholarship.type}} | {{obj.scholarship.start_date|date:"d/M/Y"}} | {{obj.scholarship.end_date|date:"d/M/Y"}} | {{obj.scholarship.subject}} | {{obj.thesis|title}} | {{obj.scholarship.university.name}} | {{obj.scholarshipempprogress.all.last.progress}} | {{obj.scholarshipempprogress.all.last.comment|safe}} |