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