{% extends 'base.html.twig' %} {% block title %}Edit Goal{% endblock %} {% block content %}
{% set colors = ['#22c55e', '#4f6ef7', '#f97316', '#a855f7', '#ec4899', '#14b8a6', '#f59e0b'] %} {% for c in colors %} {% endfor %}
{% if recurringExpenses is not empty %}
{% endif %}
{% endblock %}