<%= form.translated :text_field, :name, autofocus: true, aria: { label: :name } %>
<%= form.number_field :weight %>
<%= form.translated :text_field, :description, aria: { label: :description } %>