{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} Datacash transactions | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block dashboard_content %}

Datacash transactions

{% for txn in transactions %} {% endfor %}
Order number Method Amount Merchant reference Datacash reference Auth code Status Reason Date
{{ txn.order_number }} {{ txn.method }} {{ txn.amount|currency }} {{ txn.merchant_reference }} {{ txn.datacash_reference }} {{ txn.auth_code }} {{ txn.status }} {{ txn.reason }} {{ txn.date_created }} View
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %} {% endblock dashboard_content %}