{% extends 'conferenceapp/layout.html' %} {% block head %} {% endblock %} {% block title %}{{title}}{% endblock %} {% block style %} {% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
{{ mesg|safe }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}

×

{{ mesg|safe }}
{% endfor %}

# start By End By update
Conference Date

# start By End By update
Registration Date
{% for row in addon_data %} {% endfor %}
Addons start By End By update
{{row.addon_view}}
{% endblock %} {% block bottomscript %} {% endblock %}