{% extends 'query/user/layout.html' %} {% block title %}Halls{% endblock %} {% block content %}

{{hall_1.display_dt}}
{{hall_1.dt.strftime('%d-%m-%Y')}}, {{hall_1.dt.strftime('%A')}}

{% for halls in getHalls %}
Hall - {{halls.hall}}
{% endfor %}
{% endblock %}