Affiliates List
{% if 'add' in session.get('affiliatesPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Name | Mobile Number | Status | Action | |
---|---|---|---|---|---|
{{loop.index}} | {{each_affiliate.name}} | {{each_affiliate.email}} | {{each_affiliate.phoneNumber}} | {% if 'edit' in session.get('affiliatesPermissions', []) %}{% if each_affiliate.actionText == "Active" %} {{each_affiliate.actionText}} {% else %} {{each_affiliate.actionText}} {% endif %} | {% endif %} {% if 'edit' in session.get('affiliatesPermissions', []) %}{% endif %} |