mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
18 lines
546 B
Text
18 lines
546 B
Text
Nimi: <%= registrant.name %>
|
|
<% if registrant.priv? %>
|
|
Isikukood: <%= registrant.ident %>
|
|
<% else %>
|
|
Äriregistrikood: <%= registrant.ident %>
|
|
<% end %>
|
|
<% if local_assigns[:with_phone] -%>
|
|
Telefon: <%= registrant.phone %>
|
|
<% end -%>
|
|
<% if address_processing -%>
|
|
Tänav: <%= registrant.street %>
|
|
Linn: <%= registrant.city %>
|
|
Maakond: <%= registrant.state %>
|
|
Sihtnumber: <%= registrant.zip %>
|
|
Riik: <%= registrant.country(locale: :et) %>
|
|
<% else %>
|
|
Riik: <%= registrant.ident_country(locale: :et) %>
|
|
<% end -%>
|