Merchant Profile

Merchant Profile List
{% if 'add' in session.get('patternPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.ProfileSearchElement.errors %} {{ error }} {% endfor %}
{% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% if patternsList %} {% for each_pattern in patternsList %} {% if each_pattern.name %} {% else %} {% endif %} {% if each_pattern.description %} {% else %} {% endif %} {% if each_pattern.adminId.userName %} {% else %} {% endif %} {% if each_pattern.createdOn %} {% else %} {% endif %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "error" %}

{{ message }}

{% else %}

{{ message }}

{% endif %} {% endfor %} {% endif %} {% endwith %}
S.No Profile Name Description Default Profile Payin Enable Payout Enable Created By Created OnStatus Action
{{ snoCount + loop.index}}{{each_pattern.name}}-{{each_pattern.description}}-{{each_pattern.defaultProfile}} {{each_pattern.payinEnable}} {{each_pattern.payoutEnable}}{{each_pattern.adminId.userName}}-{{each_pattern.createdOn.strftime('%d-%m-%Y %I:%M %p')}}- {% if each_pattern.status == 1 %} {% else %} {% endif %}
No Data Found