<%- t('Content Types') %>

<% items.forEach(function(item) { %> <% }); if(!items) { %> <% } %>
<%- t('Type') %> <%- t('Description') %> <%- t('Layout') %> <%- t('Public') %>
<%- item.contentType %> <%- item.description %> <%- item.layout %> <%- item.ispublic ? "Yes" : "No" %>
<%- t('No content types defined.') %>