<%= simple_form_for [:backend, @model] do |f| %>
<%= t 'b.msg.flexible_content.edit_form' %>
<%= f.input :form_id, collection: forms_collection %>
<%= render 'backend/form_actions', cancel_url: content_path %> <% end %>