{% autoescape %}
{{ trans('Category') }}: {{ item.category_path ?: trans('Uncategorized') }}
{{ item.description }}
{% if item.image %}{{ trans('Location') }}: {{ item.location }}
{% endif %}
{{ trans('Created') }}: {{ item.created_at|date('d-m-Y H:i') }}
{{ trans('Updated') }}: {{ item.updated_at|date('d-m-Y H:i') }}