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

Fee Settings

{% if error %}

{{error}}

{% endif %}
{% if redirectval=="Commission" %}
{% else %}
{% endif %}
{% for each_user_commission in commissionList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Commission Name User Name Status Action
{{loop.index}} {{each_user_commission.commissionName}} {{each_user_commission.createdByName}} {{each_user_commission.actionText}}
{% if redirectval=="UserEntity" %}
{% else %}
{% endif %}
{%endblock%}