mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 03:37:28 +02:00
9 lines
268 B
Text
9 lines
268 B
Text
Name: <%= registrant.name %>
|
|
<% if registrant.priv? %>
|
|
Personal code: <%= registrant.ident %>
|
|
<% else %>
|
|
Business Registry code: <%= registrant.ident %>
|
|
<% end %>
|
|
Street: <%= registrant.street %>
|
|
City: <%= registrant.city %>
|
|
Country: <%= registrant.country %>
|