{% extends "base.html" %} {% block title %}Add Expense - Finance Tracker{% endblock %} {% block content %}

💸 Add Expense to {{ category.name }}

{% if user_tags %}
{% for tag in user_tags %} {% endfor %}
Click tags to add them. Multiple tags can be separated by commas. {% else %} No tags yet. Create tags in Settings {% endif %}
{{ _('expense.receipt_hint') }} | 🤖 {{ _('ocr.ai_extraction') }}
{{ _('common.cancel') }}
{% endblock %}