{% load goal_filters %} {% load i18n %} {% for goal in goal_set %} {% comment %}TODO: test if it's already in progress or been done and restyle, or sort by completed date? {% endcomment %} {% if goal|goal_instances_for:student.user %} {% with goal|goal_instances_for:student.user|first as g %} {% endwith %} {% else %} {% endif %} {% endfor %}
  {% trans "Goal" %} {% trans "Description" %} {% trans "Score" %}      
{% if goal|complete_for:student.user %} {% else %}   {% endif %} {{ goal.short_name }} {{ g.progress|format_percent }} {{ g.rounds }} {% trans "History" %}