diff --git a/zsite/templates/form_template/order_modal.html b/zsite/templates/form_template/order_modal.html index 06c6532..2afa2a7 100644 --- a/zsite/templates/form_template/order_modal.html +++ b/zsite/templates/form_template/order_modal.html @@ -7,7 +7,7 @@
{{ form.name }}
{% if form.email %} -Мы можем вам позвонить или ответить письмом
+{% trans 'We can call you or anwser by email' %}
{{ form.email }}
{{ form.comment }}
Вы можете обратить к нам с вопросом или заказать услугу «{{ instance.name }}»
+{% else %} +We give you free advice or and provide "{{ instance.name }}" service
+{% endif %}