{{ legend|upper }}
| Plano | Tipu | Fatin | Universidade | Nasaun |
| {{ schol.subject }} |
{{ schol.type }} |
{{ schol.place }} |
{{ schol.university.name }} |
{{ schol.country.name }} |
| Tinan |
Data Hahu |
Data Remata |
Anekso Pareser |
| {{schol.year}} |
{{schol.start_date}} |
{{schol.end_date}} |
{% if schol.file %}
{% endif %}
|
| Staff | Unidade/Ekipa | Pozisaun | Periodu Servisu |
| {{emp.emp}} |
{% if emp.emp.curempdivision.unit %}{{ emp.emp.curempdivision.unit.name }}{% else %}{{ emp.emp.curempdivision.department.name }}{% endif %} |
{{ emp.emp.curempposition.position.name }} |
{% if emp.emp.contract.all.0.end_date %}
{{ emp.emp.contract.all.0.start_date|date:"d/m/Y" }} -
{{ emp.emp.contract.all.0.end_date|date:"d/m/Y" }}
{% else %}
Indeterminable
{% endif %}
|
| TITULO MONOGRAFIA |
{% if emp.thesis %}
| {{emp.thesis|safe}} |
{% else %}
Seidauk Iha... |
{% endif %}
PROGRESU ESTUDO
{% if emp.is_update %}
Aumenta Progresu
{% if emp.thesis == None %}
Aumenta Titulu Monografia
{% endif %}
{% endif %}
| Nu. |
Data |
Progresu |
Komentario |
# |
{% for obj in objects %}
| {{forloop.counter}} |
{{obj.date}} |
{{obj.progress}} |
{{obj.comment|safe}} |
|
{% endfor %}