{# Variables: selectedCategory — ExpenseCategory|null (current value) #} {% set cats = [ { value: 'food', label: 'Repas', icon: '' }, { value: 'transport', label: 'Transport', icon: '' }, { value: 'housing', label: 'Logement', icon: '' }, { value: 'leisure', label: 'Loisirs', icon: '' }, { value: 'health', label: 'Santé', icon: '' }, { value: 'other', label: 'Autre', icon: '' }, ] %}

Catégorie

{# "None" chip #} {% for cat in cats %} {% endfor %}