{% extends "base.html" %} {% block title %}Account detail{% endblock %} {% load static %} {% block content %}

Transactions Details

Amount: {{ object.amount }}

Payer: {{ object.payer.iban }}

Beneficiary: {{ object.beneficiary.iban }}

Variable symbol: {{ object.variable_symbol }}

Specific symbol: {{ object.specific_symbol }}

Constant symbol: {{ object.constant_symbol }}

Date: {{ object.created }}

Information: {{ object.information }}

{% endblock %}