%= simple_form_for([:backend, template], html: { autocomplete: "false" }) do |f| %>
<%= f.error_notification %>
<%= f.input :name %>
<%= f.input :partial %>
<%= f.association :parent, prompt: :translate %>
<%= f.input :content, as: :wysiwyg %>
<%= f.button :submit %>
<% end %>