mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
9 lines
275 B
Text
9 lines
275 B
Text
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 %>
|