{% extends 'super_admin_templates/base.html' %} {% set path = "branding" %} {% set subpath = "website_settings" %} {% set subpath = "conentDict" %} {% block content %}

Country Master

{% if error %}

{{error}}

{% endif %}
{% if redirectval=="Content" %}
{% else %}
{% endif %}
{% for each_content in websiteList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Admin Page Title Address Support No Sales Number Map Link CopyRight Sales Email Support Email Edit
{{loop.index}} {{each_content.adminPageTitle}} {{each_content.address}} {{each_content.supportNo}} {{each_content.salesNumber}} {{each_content.mapLink}} {{each_content.copyRight}} {{each_content.salesEmail}} {{each_content.supportEmail}}
{% if redirectval=="Social" %}
{% else %}
{% endif %}
{% for each_media in mediaList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Field Name Value Image Status Edit Delete
{{loop.index}} {{each_media.fieldName}} {{each_media.value}} {{each_media.actionText}}
{% if redirectval=="Webimage" %}
{% else %}
{% endif %}
{% for each_banner in bannersList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Banner Name Banner Type Image Status Edit Delete
{{loop.index}} {{each_banner.name}} {{each_banner.bannerType}} {{each_banner.actionText}}
{% if redirectval=="Privacy" %}
{% else %}
{% endif %}
{% if conentDict.showPrivacyPolicy == True %} {% else %} {% endif %} Privacy Policy

Editor Documentation and license information.

{% if redirectval=="Terms" %}
{% else %}
{% endif %}
{% if conentDict.showTermsAndConditionsPolicy == True %} {% else %} {% endif %} Terms And Conditions

Editor Documentation and license information.

{% if redirectval=="Refund" %}
{% else %}
{% endif %}
{% if conentDict.showRefundPolicy == True %} {% else %} {% endif %} Refund Policy

Editor Documentation and license information.

{% if redirectval=="Cancel" %}
{% else %}
{% endif %}
{% if conentDict.showCancellationPolicy == True %} {% else %} {% endif %} Cancellation Policy

Editor Documentation and license information.

{%endblock%}