{% extends "base.html" %} {% block content %}
{% include "partials/budget_zero.html" %} {% for section in sections %} {% if section.section.value == 'debt_minimum' %} {% include "partials/section.html" %} {% include "partials/target_card.html" %} {% else %} {% include "partials/section.html" %} {% endif %} {% endfor %}
{% endblock %}