mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
962e98317d
commit
a6de3761c5
57 changed files with 238 additions and 203 deletions
|
@ -0,0 +1,9 @@
|
|||
Name: <%= registrant.name %><br>
|
||||
<% if registrant.priv? %>
|
||||
Personal code: <%= registrant.ident %><br>
|
||||
<% else %>
|
||||
Business Registry code: <%= registrant.ident %><br>
|
||||
<% end %>
|
||||
Street: <%= registrant.street %><br>
|
||||
City: <%= registrant.city %><br>
|
||||
Country: <%= registrant.country %>
|
|
@ -0,0 +1,9 @@
|
|||
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 %>
|
|
@ -0,0 +1,9 @@
|
|||
Nimi: <%= registrant.name %><br>
|
||||
<% if registrant.priv? %>
|
||||
Isikukood: <%= registrant.ident %><br>
|
||||
<% else %>
|
||||
Äriregistrikood: <%= registrant.ident %><br>
|
||||
<% end %>
|
||||
Tänav: <%= registrant.street %><br>
|
||||
Linn: <%= registrant.city %><br>
|
||||
Riik: <%= registrant.country %>
|
|
@ -0,0 +1,9 @@
|
|||
Nimi: <%= registrant.name %>
|
||||
<% if registrant.priv? %>
|
||||
Isikukood: <%= registrant.ident %>
|
||||
<% else %>
|
||||
Äriregistrikood: <%= registrant.ident %>
|
||||
<% end %>
|
||||
Tänav: <%= registrant.street %>
|
||||
Linn: <%= registrant.city %>
|
||||
Riik: <%= registrant.country %>
|
Loading…
Add table
Add a link
Reference in a new issue