<% if(row.canEditState) { %>
<%= form.state %>
<% } %>
<%= form.parent %>
<%= form.inheritance %>
<%= form.template %>
<%= form.access %>
<%= form.language %>
<%= form.extrafieldgroups %>
<% if(row.modifiedOn !== "Never") { %>
<% } %> <% if(row.moderatorName) { %>
<% } %>
<%= form.description %>
<% if(!_.isEmpty(form.k2Plugins['categories'])) { %>
<% _.each(form.k2Plugins['categories'], function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %> <% _.each(form.jform, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>
<% } %>

<%= l('K2_METADATA') %>

<% _.each(form.metadata, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>
<% if(form.associations.enabled) { %>

<%= l('K2_ASSOCIATIONS') %>

<% _.each(form.associations.languages, function(language) { %>
<%- l('K2_SELECT_CATEGORY') %> <%= language.associated.title %>
<% }); %>
<% } %>

<%= l('K2_CATEGORY_LAYOUT_OPTIONS') %>

<% _.each(form.categoryLayoutOptions, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>

<%= l('K2_CATEGORY_VIEW_OPTIONS') %>

<% _.each(form.categoryViewOptions, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>

<%= l('K2_ITEM_IMAGE_OPTIONS') %>

<% _.each(form.categoryImageOptions, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>

<%= l('K2_LISTING_OPTIONS') %>

<% _.each(form.listingOptions, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>

<%= l('K2_ITEM_OPTIONS') %>

<% _.each(form.itemOptions, function(field) { %> <% if(field.label !== null) { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>

<%= l('K2_PERMISSIONS') %>

<% _.each(form.permissions, function(field) { %> <% if(field.label !== '') { %>
<%= field.label %> <%= field.input %>
<% } else { %>
<%= field.input %>
<% } %> <% }); %>