<% if (histories.length > 0) { %>
<% _.each(histories, function(history) { %> <% }); %>
<%= history[pathKey] %> <%= dateFormat(history.created) %>
<% } else { %>

<%= translations.noHistory %>

<% } %>