Get Started ({{ checklist.completed }}/{{ checklist.total }})

{% for step in checklist.steps %}
{% if step.done %} {{ step.label }} {% else %} {{ step.label }} {% endif %}
{% endfor %}