{% extends template ~ "/layout/layout_1_col.tpl" %} {% block content %} {{ session_header }} {{ title }} {% if session_category %} {% endif %} {% if session.duration > 0 %} {% else %} {% endif %} {% if url_list %} {% endif %} {% for extra_field in extra_fields %} {% endfor %}
{{ 'CreatedBy'|get_lang }} {{ session_admin.complete_name }}
{{ 'GeneralCoach' | get_lang}} : {{ general_coach.complete_name }}
{{ 'SessionCategory' | get_lang}} {{ session_category }}
{{ 'Duration' | get_lang}} {{ session.duration }} {{ 'Days' | get_lang }}
{{ 'DisplayDates' | get_lang}} {{ session_dates.display }}
{{ 'AccessDates' | get_lang}} {{ session_dates.access }}
{{ 'CoachDates' | get_lang}} {{ session_dates.coach }}
{{ 'Description' | get_lang}} {{ session.description }}
{{ 'ShowDescription' | get_lang}} {% if session.show_description == 1 %} {{ 'Yes' | get_lang}} {% else %} {{ 'No' | get_lang}} {% endif %}
{{ 'SessionVisibility' | get_lang}} {{ session_visibility }}
URL {% for url in url_list %} {{ url.url }} {% endfor %}
{{ extra_field.text }} {{ extra_field.value }}
{{ course_list }} {{ user_list }} {{ requirements }} {{ dependencies }} {% endblock %}