{% if goals %} {% for goal in goals %} {% set progress = goal[1] / goal[2] * 100 %} {% if goal[1] == goal[2] %} {% else %} {% endif %} {% endfor %}
{{ goal[3] }}
{{ '%0.0f'| format(progress| float) }}%
{{ goal[1] }} / {{ goal[2] }} {{ goal[1] }} / {{ goal[2] }}
{% endif %}