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