{% extends "conferenceapp/layout.html" %} {% block style %} {% endblock %} {% block content %}

DASHBOARD

{% for row in setting_val %}

{{row.conf_title}}

Conference Start Date: {{row.conf_start_time}}
Conference End Date: {{row.conf_end_time}}
Registration Start Date: {{row.reg_start_on}}
Registration End Date: {{row.reg_end_on}}
{% endfor %}
{% endblock %}