{% extends 'super_admin_templates/base.html' %} {% set path = "regions" %} {% set subpath = "service_configuration" %} {% block content %}

Service configuration

{% if error %}

{{error}}

{% endif %}
{% for each_category in categoriesList %} {%if each_category.image %} {% else %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Category Name Is TPIN Image Status Edit Delete
{{loop.index}} {{each_category.categoryName}} {% if each_category.isTpin == True %} ✔ {% else %} ✗ {% endif %} {{each_category.actionText}}
{{ pagination.info }} {{ pagination.links }}
function Deactivate() { alert("Do you want to deactivate this role?"); } {%endblock%}