NEW
{{ item.seller_type === 'agency' ? 'Агентство' : 'Частное' }}
{{ roomLabel(item.room_type) }}
{{ sourceLabel(item.source) }}
ID: {{ item.id }}
{{ item.title || 'Без названия' }}
{{ item.title || 'Без названия' }}
{{ item.description }}
Цена
{{ item.price || '—' }}
Город
{{ item.location || '—' }}
Район
{{ item.district || '—' }}
Комнат / тип
{{ roomLabel(item.room_type) }}
Этаж
{{ floorLabel(item) }}
Дата на источнике
{{ formatDate(item.published_at, false) || item.date || '—' }}
Автор
{{ item.author || '—' }}
Добавлено в CRM
{{ formatDate(item.created_at, true) || '—' }}
Удалено: {{ formatDate(item.deleted_at, true) }}
Открыть на {{ sourceLabel(item.source) }}