{% extends "layout.html" %} {% block title %}Config{% endblock %} {% block head %} {% endblock %} {% block page %}
Income Sources {% for src in income_sources %} {% endfor %}
Label Amount Match From To
Planned Expenses {% for exp in planned_expenses %} {% endfor %}
Label Amount Recurrence Match From To
Budget Goals (per year) {% for goal in budget_goals %} {% endfor %}
Label Amount
Categories {% for category in categories %} {% endfor %}
Name Color Keywords Warn. threshold
{% endblock %}