<%= 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_type.get_option('has_content', true) %>
<%= 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_type.get_option('has_summary', true) %>
<% end %>
<% if @post_type.get_option('has_keywords', true) %>
" />
<% end %>