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

FORMULARIO {{ legend|upper }}

{% if page == 'ind-add' %}
Goals /Activities Measuring Indivator (s) Criteria for Overcoming
{{objects.goals|safe}} {{objects.measuring|safe}} {{objects.criteria|safe}}

{% endif %} {% if page == 'ind-add-ps' or page == 'bhv-add-ps' %} {% if page == 'ind-add-ps' %} {% elif page == 'bhv-add-ps' %} {% endif %} {% if page == 'ind-add-ps' %} {% else %} {% endif %}
Goals exceeded (explain) Goal achived (explain) Goal not reached (explain)
Areas Indicators
{{objects.plan_objective.goals|safe}} {{objects.plan_objective.measuring|safe}} {{objects.plan_objective.criteria|safe}}
{{objects.parameter.parameter.area}} {{objects.parameter.parameter.indicator|safe}}

{% endif %} {% crispy form %}
{% endblock %} {% block scripts %} {% endblock %}