{%if item.access == 'soon' or item.access == 'private-enroll'%}
{%if item.access == 'private-enroll'%}
{{item.translations.enrollment_closed}}
{% endif %} {%if item.access == 'soon'%}
{{item.translations.coming_soon}}
{% endif %}
{% endif %} {%if item.discountFlag and item.status == 'paid' and item.me.enrolled == false and item.ribbonDisplay%}

{{item.translations.course_offer}}

{% endif %}
{% if item.subscriptionOnly == false %} {% if item.me.expires %} {% if item.me.premium %} {% if item.me.expires_t %}
{{ item.translations.access_until }} {{ item.me.expires}}
{% endif %} {%else%}
{{ item.translations.access_for }} {{item.me.expires}} {{ item.expiresTypeTranslation }}
{% endif %} {% else %} {%if item.expires %}
{{ item.translations.access_for }} {{item.expires}} {{ item.expiresTypeTranslation }}
{% endif %} {% endif %} {% endif %}

{{item.points}}

{{item.title}}

{% if item.me.enrolled %}
{{ item.progressBarCompletion }}% {{ item.translations.complete }}
{% endif %} {% if item.me.enrolled == false and item.access != 'soon' and item.access != 'private-enroll' and item.subscriptionOnly == false and item.priceDisplay %}
{% if item.status == 'paid' %} {% if item.price %} {%if item.discountFlag %} {{ item.price }} {{item.discountPrice}} {% else %} {{ item.price }} {% endif %} {% endif %} {% elsif item.status == 'free'%} {{ item.translations.free }} {% endif %}
{% endif %}