{% macro transaction(tx, is_recurring=False) -%}
  • {{tx.date.strftime('%d %b')}} {{tx.label}} {{tx.amount}}€
  • {%- endmacro %} {% if budget.transactions|length > 10 %} more {% endif %}