diff --git a/local/components/evolution/used.catalog.position/templates/.default/template.php b/local/components/evolution/used.catalog.position/templates/.default/template.php
index 74fff80..929737c 100644
--- a/local/components/evolution/used.catalog.position/templates/.default/template.php
+++ b/local/components/evolution/used.catalog.position/templates/.default/template.php
@@ -137,6 +137,15 @@ $this->setFrameMode(true);
if(!empty($arResult['PROPERTIES']['PARKING_CITY']['VALUE'])): ?>
Город размещения: = $arResult['PROPERTIES']['PARKING_CITY']['VALUE']; ?>
endif; ?>
+ if(!empty($arResult['PROPERTIES']['PTS']['VALUE'])): ?>
+ Вид ПТС: = $arResult['PROPERTIES']['PTS']['VALUE']; ?>
+ endif; ?>
+ if(!empty($arResult['PROPERTIES']['KEY_COUNT']['VALUE'])): ?>
+ Количество ключей: = $arResult['PROPERTIES']['KEY_COUNT']['VALUE'] == 0 ? "нет ключей" : $arResult['PROPERTIES']['KEY_COUNT']['VALUE']; ?>
+ endif; ?>
+ if(!empty($arResult['PROPERTIES']['RESTRICTIONS']['VALUE'])): ?>
+ = $arResult['PROPERTIES']['RESTRICTIONS']['VALUE']; ?>
+ endif; ?>
if($arResult['ACTIVE'] == "Y"): ?>