diff --git a/templates/widgets/w_carrier_card.html b/templates/widgets/w_carrier_card.html
index 7a13392..4a92f53 100644
--- a/templates/widgets/w_carrier_card.html
+++ b/templates/widgets/w_carrier_card.html
@@ -105,12 +105,27 @@
{% endif %}
-
-
- {%if route.phone == route.phone %}{{ route.phone }}{% endif %}
+{# #}
+{#
#}
+{# {%if route.phone == route.phone %}{{ route.phone }}{% endif %}#}
{# #}
+{# #}
+{# #}
+
+
+
+ {% if route.phone %}
+ {{ route.phone }}
+ {% else %}
+ {% translate "Не указан" %}
+ {% endif %}
+
+
+
+
{{ route.owner.email }}