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

{{legend|upper}} Aumenta

{% for obj in objects %} {% endfor %}
Nu. Deskrisaun Objetivu Data #
{{ forloop.counter }} {{ obj.description }} {{ obj.objective }} {{ obj.date|date:"d/F/Y" }} Detalha
{% endblock %} {% block scripts %} {% endblock %}