From 635d38be1efe16966a73f44f8c626c7fdbdb571e Mon Sep 17 00:00:00 2001 From: http Date: Wed, 26 Apr 2017 12:07:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=D0=B8=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientsideapp/templates/clientsideapp/services.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/clientsideapp/templates/clientsideapp/services.html b/clientsideapp/templates/clientsideapp/services.html index 1fb16df..ac7b6ba 100644 --- a/clientsideapp/templates/clientsideapp/services.html +++ b/clientsideapp/templates/clientsideapp/services.html @@ -15,7 +15,7 @@
-

Ваши заказанные услуги

+

Ваши текущие услуги

    {% for abon_tariff in own_abon_tariffs %}
  • @@ -53,19 +53,18 @@
-

Выберите ещё услугу

{% for tarif in tarifs %} -
+

{{ tarif.title }}

{{ tarif.descr }}

-

Входящая скорость: {{ tarif.speedIn }} MBit/s
- Исходящая скорость: {{ tarif.speedOut }} MBit/s
- Стоимость: {{ tarif.amount }} руб.

+ + Стоимость: {{ tarif.amount }} руб.

{% if request.user.is_staff %} @@ -86,4 +85,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}