{% 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 %}

{{get_conf_value.conf_name}}


category start By End By update
Conference Date

category start By End By update
Registration Date
{% for row in addon_data %} {% endfor %}
Category Addons Start By End By Action
{{row.addon_name or ''}} {{row.addon_view or ''}}
{% endblock %} {% block bottomscript %} {% endblock %}