mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
32 lines
661 B
Text
32 lines
661 B
Text
.panel.panel-default
|
|
.panel-heading
|
|
%h3.panel-title= t('shared.general')
|
|
.panel-body
|
|
%dl.dl-horizontal
|
|
%dt= t('shared.name')
|
|
%dd= @contact.name
|
|
|
|
%dt= t('shared.org_name')
|
|
%dd= @contact.org_name
|
|
|
|
%dt= t('shared.code')
|
|
%dd= @contact.code
|
|
|
|
%dt= t('shared.ident')
|
|
%dd= @contact.ident
|
|
|
|
%dt= t('shared.ident_type')
|
|
%dd= @contact.ident_type
|
|
|
|
%dt= t('shared.email')
|
|
%dd= @contact.email
|
|
|
|
%dt= t('shared.phone')
|
|
%dd= @contact.phone
|
|
|
|
- if @contact.fax
|
|
%dt= t('shared.fax')
|
|
%dd= @contact.fax
|
|
|
|
%dt= t('shared.password')
|
|
%dd= @contact.auth_info
|