<%= vd.label_with_text :title %> <%= vd.text_field :title, :class => "full" %> <% if flash[:select_page_title] %> <% end %>
<%= vd.label_with_text :url_part %> <% if a.object.root? %> / <% else %>
<%= a.object.path %> <%= vd.text_field :url_part %>
<% end %>
<%= t(:options, :scope => [:article, :headers]) %> <%= vd.label :in_navigation, vd.check_box(:in_navigation, :class => "checkbox") + " " + vd.t(:in_navigation) %>
<% unless a.object.root? %> <% end %>
<%= t(:advanced, :scope => [:article, :headers]) %>
<% if Skyline::Configuration.enable_multiple_variants %> <% end %> <% if @renderable_scope.templates_for(a.object).size > 1 %> <% end %>
<%= v.label_with_text :name %> <%= v.text_field :name %>
<%= v.label_with_text :template %> <%= v.select :template, templates_for_select(a.object) %>
<%= vd.label_with_text :navigation_title %> <%= vd.text_field :navigation_title %>
<%= vd.label_with_text :custom_title_tag %> <%= vd.text_field :custom_title_tag, :class => "full" %>
<%= vd.label_with_text :meta_description_tag %> <%= vd.text_field :meta_description_tag, :class => "full" %>