<%= t("officing.residence.new.title") %>

<%= form_for @residence, as: "residence", url: officing_residence_path do |f| %> <%= render "errors" %>
<%= f.select :document_type, document_types, prompt: "" %> <%= f.text_field :document_number, placeholder: t("officing.residence.new.document_number"), autocomplete: "off" %>
<%= f.text_field :year_of_birth, type: "number", autocomplete: "off" %>
" class="button expanded">
<% end %>