{% extends 'oscar/dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Account" %} #{{ account.id }} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}{% trans "Transfer" %} | {% trans "Amount" %} | {% trans "Description" %} | {% trans "Authorised by" %} | {% trans "Date" %} |
---|---|---|---|---|
{{ txn.transfer }} | {{ txn.amount|currency }} | {{ txn.transfer.description|default:"-" }} | {{ txn.transfer.user|default:"-" }} | {{ txn.date_created }} |
{% trans "No transactions." %}
{% endif %}