{% extends 'layout/layout_1_col.tpl'|get_template %} {% set user_id = student_id == _u.id ? 0 : student_id %} {% block content %} {{ toolbar }} {% if sessions|length > 0 %}
{% for i in 1..52 %} {% endfor %} {% for session in sessions %} {% if session.start > 0 %} {% endif %} {% if session.duration + session.start < 52 %} {% endif %} {% endfor %}
{{ 'Session'|get_lang }}{{ i }}
{{ session.name }}   {{ session.human_date }}  
{% else %}
{{ 'ThereIsNotStillASession'|get_lang }}
{% endif %} {% endblock %}