{% extends 'super_admin_templates/base.html' %} {% set path = "ledger" %} {% set subpath = "settlement_ledger" %} {% block content %}

Settlement Ledger

{% if error %}

{{error}}

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

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Payment ID Transaction ID Merchant Email Amount Opening Bal Closing Bal Transaction Type More Details
{{loop.index}}
{{pagination.info}} {{pagination.links}}
{%endblock%}