diff --git a/backend/app/templates/parcel_snapshot.html b/backend/app/templates/parcel_snapshot.html
index b8e9ae74..88a24406 100644
--- a/backend/app/templates/parcel_snapshot.html
+++ b/backend/app/templates/parcel_snapshot.html
@@ -137,8 +137,8 @@
@@ -155,15 +155,15 @@
Категория земель
-
{{ land_category or '—' }}
+
{{ land_category or '—' }}
ВРИ
-
{{ vri or '—' }}
+
{{ vri or '—' }}
Последнее обновление
-
{{ last_update or '—' }}
+
{{ last_update or '—' }}
@@ -184,7 +184,7 @@
{% for poi in poi_items %}
| {{ poi.category_ru }} |
- {{ poi.name or '—' }} |
+ {{ poi.name or '—' }} |
{{ poi.distance_m }} м |
{{ poi.walk_min }} мин |
{{ poi.weighted_score }} |
@@ -212,10 +212,10 @@
{% for c in competitors %}
- | {{ c.comm_name or '—' }} |
- {{ c.dev_name or '—' }} |
- {{ c.obj_class or '—' }} |
- {{ c.flat_count or '—' }} |
+ {{ c.comm_name or '—' }} |
+ {{ c.dev_name or '—' }} |
+ {{ c.obj_class or '—' }} |
+ {{ c.flat_count or '—' }} |
{{ c.distance_m }} м |
{% endfor %}