{% extends 'current_session/user/layout.html' %} {% block content %}
{% if getHalls: %}

{{getHalls[0].dt.strftime('%d-%m-%Y')}}

{% for halls in getHalls %}
{{halls.hall}}
{% endfor %}
{% else %}

No sessions for Today

{% endif %}
{% endblock %}