Affiliates

Affiliates List
{% if 'add' in session.get('affiliatesPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_affiliate in affiliatesList %} {% if 'edit' in session.get('affiliatesPermissions', []) %} {% endif %} {% if 'edit' in session.get('affiliatesPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Name Email Mobile Number Status Action
{{loop.index}} {{each_affiliate.name}} {{each_affiliate.email}} {{each_affiliate.phoneNumber}} {% if each_affiliate.actionText == "Active" %} {{each_affiliate.actionText}} {% else %} {{each_affiliate.actionText}} {% endif %}