mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
18 lines
530 B
Text
18 lines
530 B
Text
Name: <%= registrant.name %>
|
|
<% if registrant.priv? %>
|
|
Personal code: <%= registrant.ident %>
|
|
<% else %>
|
|
Business Registry code: <%= registrant.ident %>
|
|
<% end %>
|
|
<% if local_assigns[:with_phone] -%>
|
|
Phone: <%= registrant.phone %>
|
|
<% end -%>
|
|
<% if address_processing -%>
|
|
Street: <%= registrant.street %>
|
|
City: <%= registrant.city %>
|
|
State: <%= registrant.state %>
|
|
Zip-code: <%= registrant.zip %>
|
|
Country: <%= registrant.country %>
|
|
<% else %>
|
|
Country: <%= registrant.ident_country %>
|
|
<% end -%>
|