{% extends "base.html" %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}
Description | Amount | Date | |
---|---|---|---|
{{ transaction.description }} | {{ transaction.value }} {{ transaction.currency }} | {{ transaction.date_created.strftime('%d %b %Y - %H:%m') }} | {% else %}|
{{ transaction.description }} | {{ transaction.value }} {{ transaction.currency }} | {{ transaction.date_created.strftime('%d %b %Y - %H:%m') }} | {% endif %}