{{ countInProgress }}

{% if countInProgress == 1 %}Course{% else %}Courses{% endif %} in Progress

{{ countComplete }}

Completed Courses

{% if current_person.properties.learner_badges contains "missing property" %}

0

{% else %}

{{ current_person.properties.learner_badges }}

{% endif %}

Badges

{% if current_person.properties.learner_points contains "missing property" %}

0

{% else %}

{{ current_person.properties.learner_points }}

{% endif %}

Points

{% if current_person.properties.learner_hours contains "missing property" %}

0

{% else %}

{{ current_person.properties.learner_hours }} mins

{% endif %}

Course Time