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