{% extends 'query/backoffice_query/layout.html' %} {% block title %}BOHalls{% 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 %}