{% load i18n %} {% load currency_display %}
{% 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#}