{% if getDays: %}

{{getDays[0].display_dt}}

Current Active Sessions
{% for days in getDays %}
{{days.hall}}:

{{days.session_name}}

{% endfor %} {% else %}

No Active Sessions

{% endif %}