{% load goal_filters %} {% load i18n %} {% comment %} {% endcomment %} {% 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 %} {# stars #} {# Goal begin/redo links #} {% comment %} {% endcomment %} {% if goal|goal_instances_for:user %} {% with goal|goal_instances_for:user|first as g %} {# progress percentage #} {% endwith %} {% else %} {% endif %} {% endfor %}
      {% trans "Task" %} {% trans "Progress" %}  
{% if goal|complete_for:user %} {% else %} {% endif %} {% if goal_number %}{{ goal_number }}.{% endif %}{{ forloop.counter }} {% if goal|goal_instances_for:user|length > 0 %} {% if goal|complete_for:user %} {% trans "More?" %} {% else %} {% trans "Continue" %} {% endif %} {% else %} {% trans "Begin" %} {% endif %} {{ goal.short_name }}{% for n, g in goal.summary %}{{ n }}: {{ g }}{% if not forloop.last %}
{% endif %}{% endfor %}
{{ g.progress|floatformat }}% {% trans "History" %}