{% if expense.preview_filename %}
{% else %}
{% endif %}
{{ expense.title }}
{{ expense.category.localized_name(current_language) if expense.category else t('common.uncategorized') }}
{{ expense.purchase_date }}
{% if expense.description %}{{ expense.description }}
{% endif %}
{{ expense.amount }} {{ expense.currency }}
{% if expense.all_previews %}
{% for preview_name in expense.all_previews[:3] %}
{% endfor %}
{% endif %}
{{ t('expenses.edit') }}