{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% load i18n %} {% block content %}

{% trans 'View the subscriber' %}

{% trans 'User group' %} {{ abon.group|default:_('Not assigned') }}
{% trans 'Is active' %} {{ abon.is_active|yesno:_('yes,no') }}
{% trans 'login' %} {{ abon.username|default:_('Not assigned') }}
{% trans 'fio' %} {{ abon.fio|default:_('Not assigned') }}
{% trans 'Telephone' %} {{ abon.telephone|default:_('Not assigned') }}
{% trans 'Street' %} {{ abon.street|default:_('Not assigned') }}
{% trans 'House' %} {{ abon.house|default:_('Not assigned') }}
{% trans 'Ip Address' %} {{ abon.ip_address|default:_('Not assigned') }}
{% trans 'Password' %} {{ passw }}
{% if abon.description %}

{{ abon.description }}

{% endif %}

{% trans 'Passport information' %}

{% trans 'Pasport serial' %} 67 54 937238746
{% trans 'Distributor' %} ОСУО Всякое название
Ещё строчка Новая
{% endblock %}