{% if conf %}
{% for row in conf %}
{% if row.reg_start_on %}
{{row.conf_name}}
Conference Date : {% if row.conf_start_time %}{{row.conf_start_time.strftime('%d-%m-%Y')}} {% endif %} to {% if row.conf_end_time %}{{row.conf_end_time.strftime('%d-%m-%Y')}} {% endif %}
Registration Date :{% if row.reg_start_on %} {{row.reg_start_on.strftime('%d-%m-%Y')}}{% endif %} to {% if row.reg_end_on %} {{row.reg_end_on.strftime('%d-%m-%Y')}} {% endif %}