Goal description
Detemination of the measurement Indicator (s) and
Overcoming Criteria
Pre-assessment
Goal exceeded
(explain)
Goal achived
(explain)
Goal not reached
(explain)
{% for ind in individual %}
{{forloop.counter}} Goals / Activities {{ind.plan_objective.goals|safe}}
Measuring Indicator (s) {{ind.plan_objective.measuring|safe}}
Criteria for overcoming {{ind.plan_objective.criteria|safe}}
{% if ind.scored == 'one' %}

{% else %} - {% endif %}
{% if ind.scored == 'two' %}

{% else %} - {% endif %}
{% if ind.scored == 'three' %}

{% else %} - {% endif %}
{% endfor %}