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

{{ legend|upper }}

Deskrisaun Objectivu Data
{{ plan.description }} {{ plan.objective }} {{ plan.date|date:"d/m/Y" }}
{% crispy form %}
{% endblock %} {% block scripts %} {% endblock %}