<%= simple_form_for [:backend, @model] do |f| %>
<%= t 'b.msg.flexible_content.edit_video' %>
<%= f.input :url, as: :string %> <%= f.input :aspect_ratio, collection: ContentVideo::ASPECT_RATIOS, include_blank: false %>
<%= render 'backend/form_actions', cancel_url: content_path %> <% end %>