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

Back

{% if conf_data.conf_name %} {{conf_data.conf_name}} {% else %}CONF NAME NOT GIVEN {% endif %} - CONFERENCE EDIT
{% for mesg in get_flashed_messages(category_filter=["EditConfSuccessMsg"]) %}
×{{ mesg }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["EditConfErrorMsg"]) %}
×{{ mesg }}
{% endfor %}


      








{{society_app_data.paymentgateway_api_url or '' }}
{{society_app_data.paymentgateway_response_url or '' }}

{{society_app_data.app_style or '' }}
{% if society_app_data.paymentgateway_appmaster_id %}Am Id : {{society_app_data.paymentgateway_appmaster_id or '' }} {% endif %}

      
Is test : {{society_app_data.paymentgateway_is_test or 0 }}


      

Check before updating in Society Application



{% if conf_data.mail_header_logo : %}
{% else %} {% endif %}
{% if conf_data.header_logo : %}
{% else %} {% endif %}



{{conf_data.index_content or '' }}




{{conf_data.tariff_url|safe or '' }}



{% if conf_data.conf_uuid %} {% else %} Generate {% endif %}



      

      

Cancel
{% endblock %} {% block bottomscript %} {% endblock %}