From a2746bb5f677c04c491c3fbd3fa945d062e2e18b Mon Sep 17 00:00:00 2001 From: bashmak Date: Mon, 27 Feb 2017 14:08:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/clientsideapp/debt_buy.html | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/clientsideapp/templates/clientsideapp/debt_buy.html b/clientsideapp/templates/clientsideapp/debt_buy.html index 5dc0fe0..510fbe8 100644 --- a/clientsideapp/templates/clientsideapp/debt_buy.html +++ b/clientsideapp/templates/clientsideapp/debt_buy.html @@ -1,28 +1,27 @@ {% extends 'clientsideapp/ext.html' %} +{% load i18n %} {% block client_main %}
-

Оплатить задолженность

+

{% trans 'repayment of debts' %}

{% csrf_token %}
-

- С вашего счёта снимутся средства в размере {{ amount }} руб.
- В результате у вас на счету останется {{ ballance_after }} руб.
- Администратор сразу сможет видеть что у вас закрыта задолженность. -

-

Описание платежа

+

{% blocktrans %}From your account, they withdraw funds in {{ amount }} rub.
+As a result, you will remain on your account {{ ballance_after }} rubles.
+The administrator can immediately see that you shut down the debt.{% endblocktrans %}

+

{% trans 'Description of payment' %}

{{ debt.comment }} @@ -30,10 +29,10 @@
- Отменить + {% trans 'Cancel' %}