{{ $t('persons.details.loading') }}
{{ error }}
ID: {{ person.id }} · {{ person.phone }}
{{ person.id }}
{{ person.id_uuid }}
{{ person.last_name || '—' }}
{{ person.first_name || '—' }}
{{ person.phone || '—' }}
{{ person.birth_place || '—' }}
{{ formatDate(person.birth_date) || '—' }}
{{ [person.mothers_last_name, person.mothers_first_name].filter(Boolean).join(' ') || '—' }}
{{ person.address.address_zip || '—' }}
{{ person.address.address_city || '—' }}
{{ [person.address.address_street_type, person.address.address_street_name].filter(Boolean).join(' ') || '—' }}
{{ person.address.address_house_number || '—' }}
{{ person.address.address_stairwell || '—' }}
{{ person.address.address_floor || '—' }}
{{ person.address.address_door || '—' }}
{{ person.address.address_hrsz || '—' }}
{{ person.address.full_address_text }}
{{ person.is_sales_agent ? $t('persons.details.yes') : $t('persons.details.no') }}
{{ person.lifetime_xp }}
{{ person.penalty_points }}
{{ person.social_reputation.toFixed(2) }}
{{ formatDate(person.created_at) || '—' }}
{{ formatDate(person.updated_at) || '—' }}
{{ formatDate(person.deleted_at) }}
{{ formatJson(person.identity_docs) }}
{{ formatJson(person.ice_contact) }}
{{ $t('persons.details.users_count', { count: person.users.length }) }}
{{ $t('persons.details.no_users') }}
| ID | {{ $t('persons.details.email') }} | {{ $t('persons.details.role') }} | {{ $t('persons.details.status') }} | {{ $t('persons.details.plan') }} | {{ $t('persons.details.language') }} | {{ $t('persons.details.registered_at') }} |
|---|---|---|---|---|---|---|
|
|
|
{{ u.role || '—' }} | {{ u.is_active ? $t('persons.active') : $t('persons.inactive') }} | {{ u.subscription_plan }} | {{ u.preferred_language?.toUpperCase() || '—' }} | {{ formatDate(u.created_at) || '—' }} |
{{ $t('persons.details.memberships_count', { count: person.memberships.length }) }}
{{ $t('persons.details.no_memberships') }}
| {{ $t('persons.details.org_name') }} | {{ $t('persons.details.org_type') }} | {{ $t('persons.details.org_role') }} | {{ $t('persons.details.member_status') }} | {{ $t('persons.details.verified') }} | {{ $t('persons.details.joined_at') }} |
|---|---|---|---|---|---|
|
|
{{ m.organization_type || '—' }} | {{ m.role }} | {{ m.status }} | {{ $t('persons.details.verified_yes') }} {{ $t('persons.details.verified_no') }} | {{ formatDate(m.created_at) || '—' }} |
{{ $t('persons.details.owned_orgs_count', { count: person.owned_organizations.length }) }}
{{ $t('persons.details.no_owned_orgs') }}
| {{ $t('persons.details.org_name') }} | {{ $t('persons.details.org_type') }} | {{ $t('persons.details.status') }} | {{ $t('persons.details.created_at') }} |
|---|---|---|---|
|
|
{{ o.org_type || '—' }} | {{ o.is_active ? $t('persons.active') : $t('persons.inactive') }} | {{ formatDate(o.created_at) || '—' }} |
{{ $t('persons.details.no_merge_history') }}
{{ $t('persons.details.merged_into') }}
{{ $t('persons.details.merged_at') }}: {{ formatDate(person.merge_history.merged_at) }}