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

{{ legend|upper }}

{% for j in years %} {% endfor %} {% for i in objects %} {% for j in i.1 %} {% endfor %} {% endfor %}
Nu. Naran Pozisaun Kontrato Hahu {{j.year}}
{{forloop.counter}} {{i.0}} {{i.0.curempposition.position.name}} {{i.0.contract.all.last.start_date}}{{j}}
{% endblock %} {% block scripts %} {% endblock %}