{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Transfers" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}{% trans "Reference" %} | {% trans "Source" %} | {% trans "Destination" %} | {% trans "Amount" %} | {% trans "Order number" %} | {% trans "Description" %} | {% trans "Authorised by" %} | {% trans "Date created" %} |
---|---|---|---|---|---|---|---|
{{ transfer.reference }} | {{ transfer.source }} | {{ transfer.destination }} | {{ transfer.amount|currency }} | {{ transfer.merchant_reference|default:"-" }} | {{ transfer.description|default:"-" }} | {{ transfer.user|default:"-" }} | {{ transfer.date_created }} |
{% trans "No transfers found." %}
{% endif %} {% endblock dashboard_content %}