Payment Modes List
{% if 'add' in session.get('paymentMasterPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
| S.No | Payment Mode | Image | Status | Action |
|---|---|---|---|---|
| {{ loop.index }} | {{ each_payment_mode.paymentMode }} |
{% if each_payment_mode.image %}
|
{% if 'edit' in session.get('paymentMasterPermissions', []) %}
{% if each_payment_mode.actionText == "Active" %} {{ each_payment_mode.actionText }} {% else %} {{ each_payment_mode.actionText }} {% endif %} | {% endif %} {% if 'edit' in session.get('paymentMasterPermissions', []) %}{% endif %} |