{% macro transaction(tx, is_planned=False) -%}
  • {{tx.date.strftime('%d %b')}} {{tx.label}} {% if tx.goal %} {% endif %} {% if tx.categories %} {% for category in tx.categories %} {{category}} {% endfor %} {% else %} {% endif %} {{famount(tx.amount)}}
  • {%- endmacro %} {% if budget.transactions|length > 10 %} more {% endif %}