|
|
|
@ -1,7 +1,14 @@ |
|
|
|
|
<div id="about-session"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-xs-12"> |
|
|
|
|
<p><em class="fa fa-clock-o"></em> <em>{{ session_date.display }}</em></p> |
|
|
|
|
<p> |
|
|
|
|
<em class="fa fa-clock-o" aria-hidden="true"></em> |
|
|
|
|
{% if session.duration %} |
|
|
|
|
<em>{{ 'SessionDurationXDaysLeft'|get_lang|format(session.duration) }}</em> |
|
|
|
|
{% else %} |
|
|
|
|
<em>{{ session_date.display }}</em> |
|
|
|
|
{% endif %} |
|
|
|
|
</p> |
|
|
|
|
{% if show_tutor %} |
|
|
|
|
<p> |
|
|
|
|
<em class="fa fa-user"></em> {{ 'SessionGeneralCoach'|get_lang }}: <em>{{ session.generalCoach.getCompleteName() }}</em> |
|
|
|
|