{! admin/util/fontawesome !}

{"My courses"}

{% if count ($data->courses) == 0 %}

{"You are not currently subscribed to any courses."}

{% else %} {% foreach courses as course %}
{% if course->thumb != '' %} {{course->title}} {% else %} {% end %}

{{course->title}}

{{course->summary}}

{% end %} {% end %} {% if count ($data->instructing) > 0 %}

{"Instructing courses"}

{% foreach instructing as course %}
{% if course->thumb != '' %} {{course->title}} {% else %} {% end %}

{{course->title}}

{{course->summary}}

{% end %} {% end %}

{"Available courses"}