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