{% extends 'base.html.twig' %} {% block title %}Edit Debt{% endblock %} {% block content %}
{# Credit card only: credit limit for utilization display #}
{% if recurringExpenses is not empty %}
{% endif %}
{% endblock %}