{% extends "default/layout/main.tpl" %} {% block body %}
{% if showCourses %}
{% if not hiddenLinks %} {% endif %} {% if coursesCategoriesList is not empty %} {{ 'RandomPick' | get_lang }} {% endif %}
{% if coursesCategoriesList is not empty %} {% endif %} {% endif %} {% if showSessions %} {% endif %}
{% for session in sessions_blocks %}
{{ session.icon }}

{{ session.name }}

{{ 'GeneralCoach' | get_lang }} {{ session.coach_name }}
{% if session.is_subscribed %} {{ already_subscribed_label }} {% else %} {{ session.subscribe_button }} {% endif %}
{{ session.date }}
{% endfor %} {{ cataloguePagination }}
{% endblock %}