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

✏️ Edit Expense

{% if user_tags %}
{% for tag in user_tags %} {% endfor %}
Click tags to add/remove them. Multiple tags can be separated by commas. {% else %} No tags yet. Create tags in Settings {% endif %}
{% if expense.file_path %}

Current: {{ _('common.download') }}

{% endif %}
{{ _('expense.receipt_hint') }} | 🤖 {{ _('ocr.ai_extraction') }}
Cancel
{% endblock %}