mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +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 %>
|
|
@ -0,0 +1,6 @@
|
|||
<p>
|
||||
<%= registrar.name %><br>
|
||||
Email: <%= registrar.email %><br>
|
||||
Phone: <%= registrar.phone %><br>
|
||||
Website: <%= registrar.url %>
|
||||
</p>
|
|
@ -0,0 +1,4 @@
|
|||
<%= registrar.name %>
|
||||
Email: <%= registrar.email %>
|
||||
Phone: <%= registrar.phone %>
|
||||
Website: <%= registrar.url %>
|
|
@ -0,0 +1,6 @@
|
|||
<p>
|
||||
<%= registrar.name %><br>
|
||||
Email: <%= registrar.email %><br>
|
||||
Telefon: <%= registrar.phone %><br>
|
||||
Veebileht: <%= registrar.url %>
|
||||
</p>
|
|
@ -0,0 +1,4 @@
|
|||
<%= registrar.name %>
|
||||
Email: <%= registrar.email %>
|
||||
Telefon: <%= registrar.phone %>
|
||||
Veebileht: <%= registrar.url %>
|
|
@ -0,0 +1,6 @@
|
|||
<p>
|
||||
<%= registrar.name %><br>
|
||||
Электронная почта: <%= registrar.email %><br>
|
||||
Телефон: <%= registrar.phone %><br>
|
||||
Веб-сайт: <%= registrar.url %>
|
||||
</p>
|
|
@ -0,0 +1,4 @@
|
|||
<%= registrar.name %>
|
||||
Электронная почта: <%= registrar.email %>
|
||||
Телефон: <%= registrar.phone %>
|
||||
Веб-сайт: <%= registrar.url %>
|
Loading…
Add table
Add a link
Reference in a new issue