diff --git a/chat/templates/chat_customer.html b/chat/templates/chat_customer.html
index be61c50..2b0901d 100644
--- a/chat/templates/chat_customer.html
+++ b/chat/templates/chat_customer.html
@@ -118,7 +118,7 @@
{{ order }}
- Испонитель: {{ order.order.contractor.get_full_name }}
+ Исполнитель: {{ order.order.contractor.get_full_name }}
@@ -128,7 +128,6 @@
{% endfor %}
-
-
Этапы работы
@@ -168,7 +166,7 @@
diff --git a/wallets/templates/score-detail.html b/wallets/templates/score-detail.html
index 9e72082..4282c45 100644
--- a/wallets/templates/score-detail.html
+++ b/wallets/templates/score-detail.html
@@ -16,16 +16,17 @@
{{ user_score_balance }}
- {% if user_score.is_customer %}
-
-
пополнить
+ {% if user_score.is_customer and user_score_balance > 0 %}
+
{% endif %}
-
+ {% if user_score.is_contractor %}
+
+ {% endif %}
@@ -121,6 +122,12 @@
+ {% empty %}
+
+ |
+ Платежей и/или списаний пока нет
+ |
+
{% endfor %}