<% _.each(path, function(part) { %> <% if (_.isArray(part)) { %> <% if (part[2]) { %>
  • <%- part[0] %>
  • <% } else { %>
  • <%- $.t('breadcrumbs.' + part[0], {defaultValue: part[0]}) %>/
  • <% } %> <% } else { %>
  • <%- $.t('breadcrumbs.' + part, {defaultValue: part}) %>
  • <% } %> <% }) %>