{% if learning_path.enrolled? %}
{% t .progress %}
{% t shared.progress, count: learning_path.progress %}
{% endif %} {% if learning_path.enrolled? == false %} {% t shared.enroll %} {% elsif learning_path.started? == false %} {% t shared.learning_path.start %} {% elsif learning_path.completed? %} {% t shared.learning_path.view %} {% else %} {% t shared.continue %} {% endif %}