<%= render partial: 'layouts/admin/form_error', locals: {data: @post} %>
<%= f.hidden_field :slug, class: 'translatable slug-post' %>
<%= hidden_field :meta, :slug %>
<%= f.label t('admin.table.title') %> *
<%= f.text_field :title, :class => "form-control required translatable title-post" %>
<% if @post.manage_content?(@post_type) %>
<%= f.label t('admin.sidebar.content') %> *
<%= f.text_area :content, :class => "form-control tinymce_textarea required translatable", :height => '520px', :style => "width: 100%" %>
<% end %>
<% if @post.manage_summary?(@post_type) %>
<% end %>
<% if @post.manage_keywords?(@post_type) %>
"/>
<% end %>