{% extends "base.html" %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}
Description | Amount | Date | |
---|---|---|---|
{{ transaction.description }} | {{ transaction.value }} {{ transaction.currency }} | {{ moment(transaction.date_created).format('lll') }} | {% else %}|
{{ transaction.description }} | {{ transaction.value }} {{ transaction.currency }} | {{ moment(transaction.date_created).format('lll') }} | {% endif %}