{{ ux_icon(transaction.category ? transaction.category.icon : 'radix-icons:shadow-none', { class: 'w-6 h-6' }) }} {% if transaction.transactionDate <= date('now') %} {% endif %}
{% if transaction.recurringTransaction %} {{ ux_icon('fluent-mdl2:recurring-event', { class: 'w-4 h-4 text-emerald-700' }) }} {% endif %} {% if transaction.loanInstallment %} {{ ux_icon('selfhst:loandash-dark', { class: 'w-4 h-4 text-cyan-700' }) }} {% endif %} {{ transaction.label }} {% if transaction.notes %}
{{ ux_icon('uil:comment-notes', { class: 'w-4 h-4 text-yellow-900' }) }}
{% endif %}
{{ transaction.transactionDate|format_date(pattern='EEE d MMMM', locale='fr') }}
{{ transaction.category ? transaction.category.name : 'À catégoriser'}}
{{ transaction.reason ?? 'À définir' }}
{% if transaction.project %}
Évènement : {{ transaction.project.name }}
{% endif %}
{{ transaction.type.sign ~ ' ' ~ (transaction.amount / 100)|format_currency('EUR') }}
{% include "transaction/_show.html.twig" %}