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