{% macro transaction(tx, is_planned=False) -%}
  • {{tx.date.strftime('%d %b')}} {{tx.label}} {% if tx.amount < 0 %} {% if tx.goal %} {% endif %} {% if tx.categories %} {% for category in tx.categories %} {{category}} {% endfor %} {% else %} {% endif %} {% endif %} {{famount(tx.amount)}}
  • {%- endmacro %} {% macro goal_bar(goal) -%}
    {% if goal.used %} {% endif %} {% if goal.remaining %} {% if goal.saved %} {% endif %} {% else %} {% endif %}
    {%- endmacro %}