{% extends 'base.html.twig' %} {% block title %}Add Expense{% endblock %} {% block content %}
{% set cats = { 'food': '๐Ÿ•', 'groceries': '๐Ÿ›’', 'transport': '๐Ÿš—', 'entertainment': '๐ŸŽฌ', 'health': '๐Ÿ’Š', 'clothing': '๐Ÿ‘—', 'home': '๐Ÿ ', 'subscriptions': '๐Ÿ“ฑ', 'other': '๐Ÿ“ฆ' } %} {% for cat, emoji in cats %} {% endfor %}
{% endblock %}