{% extends "conferenceapp/layout.html" %} {% 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.conf_name}} - TARIFF
{% endblock %} {% block bottomscript %} {% endblock %}