{% load goal_filters %} {% 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.usergoalinstance_set.all|goal_instances_for:user.username|length > 0 %} {% for g in goal.usergoalinstance_set.all|goal_instances_for:user.username %} {% endfor %} {% else %} {% endif %} {% endfor %}
    Goal Description Progress Sets answered
{% if goal|complete_for:user %} ☆ {% else %}   {% endif %} {% if goal.usergoalinstance_set.all|goal_instances_for:user.username|length > 0 %} Redo {% else %} Begin! {% endif %} {{ goal.short_name }} {{ goal.description }} {{ g.progress|format_percent }} {{ g.rounds }}