diff --git a/app/templates/transactions/fragments/item.html b/app/templates/transactions/fragments/item.html index 3b8f146..1a74565 100644 --- a/app/templates/transactions/fragments/item.html +++ b/app/templates/transactions/fragments/item.html @@ -1,144 +1 @@ -{% load i18n %} -
- {% if not disable_selection %} - - {% endif %} -
-
- -
-{# Date#} -
- {{ transaction.date|date:"SHORT_DATE_FORMAT" }} • {{ transaction.reference_date|date:"b/Y" }}
-{# Description#} -
- {% spaceless %} - {{ transaction.description }} - {% if transaction.installment_plan and transaction.installment_id %} - {{ transaction.installment_id }}/{{ transaction.installment_plan.installment_total_number }} - {% endif %} - {% if transaction.recurring_transaction %} - - {% endif %} - {% endspaceless %} -
-
-{# Notes#} - {% if transaction.notes %} -
- {{ transaction.notes | linebreaksbr }} -
- {% endif %} - {% if transaction.category %} -
- {% spaceless %} - - {{ transaction.category.name }} - {% endspaceless %} -
- {% endif %} - {# Tags#} - {% with transaction.tags.all as tags %} - {% if tags %} -
- {% for tag in tags %} - {{ tag.name }} - {% endfor %} -
- {% endif %} - {% endwith %} -
-
-
- - {# Exchange Rate#} - {% with exchanged=transaction.exchanged_amount %} - {% if exchanged %} - - {% endif %} - {% endwith %} -
{% if transaction.account.group %}{{ transaction.account.group.name }} • {% endif %}{{ transaction.account.name }}
-
-
-{# Item actions#} -
-
- - - - -
-
-{# Item actions dropdown fallback for mobile#} - -
-
-
-
+ \ No newline at end of file