{% extends 'layout/layout_1_col.tpl'|get_template %} {% block content %} {{ session_header }} {{ title | remove_xss }}
| {{ 'CreatedBy'|get_lang }} | {{ session_admin.complete_name_with_message_link }} |
| {{ 'GeneralCoach' | get_lang}} : | {{ general_coach.complete_name_with_message_link }} |
| {{ '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 | remove_xss }} |
| {{ 'ShowDescription' | get_lang}} | {% if session.show_description == 1 %} {{ 'Yes' | get_lang}} {% else %} {{ 'No' | get_lang}} {% endif %} |
| {{ 'SessionVisibility' | get_lang}} | {{ session_visibility }} |
| {{ 'Career' | get_lang}} | {{ promotion.career.name }} |
| {{ 'Promotion' | get_lang}} | {{ promotion.name }} |
| URL | {% for url in url_list %} {{ url.url }} {% endfor %} |
| {{ extra_field.text }} | {{ extra_field.value }} |
| {{ 'ScheduledAnnouncements' | get_lang}} | {{ 'Edit' | get_lang }} |
| {{ 'ImportCourseEvents'|get_lang }} | |