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

DASHBOARD

{% if tariff_intimations %} {% for row in tariff_intimations %}
Reg Start On: {%if row.reg_start_on %} {{row.reg_start_on.strftime("%d %b, %Y") or '' }} {% endif %}
Reg End On: {%if row.reg_end_on %} {{row.reg_end_on.strftime("%d %b, %Y") or '' }} {% endif %}
Registered Count : {{row.reg_count or '' }}
Conf Start On: {%if row.conf_start_time %}{{row.conf_start_time.strftime("%d %b, %Y") or '' }} {% endif %}
Conf End On: {%if row.conf_end_time %}{{row.conf_end_time.strftime("%d %b, %Y") or '' }} {% endif %}
Separate mail :


{% if row.tariff_close_intimation == 1 %} {% endif %} {% if row.conf_id in [17,28] :%} {% endif%}



{% if row.google_sheet_link %} {% endif %}
{% endfor %} {% endif%}
{% endblock %}