{% extends 'current_session/user/layout.html' %} {% block title %}Current Session{% endblock %} {% block content %}
{% if getDays: %}

{{getDays[0].display_dt}}

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

{{days.session_name}}

{% endfor %} {% else %}

No Data

{% endif %}
{% endblock %}