{% if fixed_expenses %}
{% for fe in fixed_expenses %} {% if editing_id == fe.id %} {% else %} {% endif %} {% endfor %}
Name Order Actions
Cancel
{{ fe.name }} {{ fe.order }}
{% else %}

No fixed expenses

Create your first fixed expense to get started

{% endif %}