<%= form.translated :text_field, :name, aria: { label: :name } %>
<%= form.collection_select :area_type_id, organization_area_types, :id, :name %>