{% extends "base.html" %} {% block title %}Account detail{% endblock %} {% load static %} {% block content %}
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 }}