|
|
|
@ -158,15 +158,15 @@ class ExportUsersForm(forms.Form): |
|
|
|
('fio', _('fio')), |
|
|
|
('ip_address', _('Ip Address')), |
|
|
|
('description', _('Comment')), |
|
|
|
('street', _('Street')), |
|
|
|
('street__name', _('Street')), |
|
|
|
('house', _('House')), |
|
|
|
('birth_day', _('birth day')), |
|
|
|
('is_active', _('Is active')), |
|
|
|
('telephone', _('Telephone')), |
|
|
|
('current_tariff', _('Service title')), |
|
|
|
('current_tariff__tariff__title', _('Service title')), |
|
|
|
('ballance', _('Ballance')), |
|
|
|
('device', _('Device')), |
|
|
|
('dev_port', _('Device port')), |
|
|
|
('device__comment', _('Device')), |
|
|
|
('dev_port__descr', _('Device port')), |
|
|
|
('is_dynamic_ip', _('Is dynamic ip')) |
|
|
|
) |
|
|
|
fields = forms.MultipleChoiceField(choices=FIELDS_CHOICES, |
|
|
|
|