diff --git a/accounts_app/locale/ru/LC_MESSAGES/django.po b/accounts_app/locale/ru/LC_MESSAGES/django.po index 9034b79..4d9aea8 100644 --- a/accounts_app/locale/ru/LC_MESSAGES/django.po +++ b/accounts_app/locale/ru/LC_MESSAGES/django.po @@ -84,3 +84,15 @@ msgstr "Изменить инфу о себе" msgid "Permission options" msgstr "Настройка прав" + +msgid "The responsibility of the administrator of the group of subscribers" +msgstr "Ответственность администратора за группы абонентов" + +msgid "Is enable" +msgstr "Включён-ли" + +msgid "Last login" +msgstr "Последняя авторизация" + +msgid "Administrative access (all rights)" +msgstr "Административный доступ (все права)" diff --git a/accounts_app/templates/accounts/index.html b/accounts_app/templates/accounts/index.html index f3b987f..353bcc9 100644 --- a/accounts_app/templates/accounts/index.html +++ b/accounts_app/templates/accounts/index.html @@ -1,35 +1,32 @@ {% extends request.is_ajax|yesno:'nullcont.htm,accounts/ext.htm' %} +{% load i18n %} {% block content %}
| Телефон | +{% trans 'Telephone' %} | {{ userprofile.telephone }} |
| Логин | +{% trans 'User name' %} | {{ userprofile.username }} |
| ФИО | +{% trans 'Name and surname' %} | {{ userprofile.fio }} |
| Включён-ли | +{% trans 'Is enable' %} | |
| Последняя авторизация | +{% trans 'Last login' %} | {{ userprofile.last_login|date:"l d E Y H:i" }} |
| Выделенный ip | -<10.155.13.43> | -|
| Административный доступ (все права) | +{% trans 'Administrative access (all rights)' %} |