Merchant Management

Update Merchant Details
{% if error %}

{{ error }}

{% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
Uploaded Documents:
{% for document in userDict.documentsList %}
Document Image
{% endfor %}
Shop Images:
{% for each_image in userDict.shopImagesList %}
{{ each_image.get('shopImageNumber') }} Image
{% endfor %} {% if not userDict.shopImagesList %}

No shop images uploaded.

{% endif %}
{% if userDict.videoVerificationStatus == "Submitted" or userDict.videoVerificationStatus == "Approved" %} {% if userDict.shopVideo %} {% else %} {% endif %} {% else %} {% endif %}
ID Proof
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% if userDict.panDocument %}
PAN Document
{% else %} {% endif %} {% else %} {% endif %}
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %}
{% else %} {% endif %}
{% if userDict.panStatus == "Submitted" or userDict.panStatus == "Approved" %} {% else %} {% endif %}
Address Proof
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %} {% if userDict.aadharDocument %}
{% else %} {% endif %} {% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %} {% if userDict.aadharBackDocument %}
{% else %} {% endif %} {% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved" %}
{% else %} {% endif %}
{% if userDict.aadharStatus == "Submitted" or userDict.aadharStatus == "Approved"%} {% else %} {% endif %}
Bank Verification
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %}
{% else %} {% endif %}
{% if userDict.bankStatus == "Submitted" or userDict.bankStatus == "Approved" %} {% else %} {% endif %}
Video
{% if userDict.videoVerificationStatus == "Submitted" or userDict.videoVerificationStatus == "Approved"%} {% if userDict.uploadVideo %} {% else %} {% endif %} {% else %} {% endif %}
{% if userDict.agreementDocument %} {% else %} {% endif %}
{% endblock %}