Confirm delete

Are you sure you want to delete <%= items[0].name %>?

<% if (items.length > 1) { %>

Deleting this item will also delete:

    <% _.rest(items).forEach(function (item) { %>
  • <%= item.type[0].toUpperCase() + item.type.slice(1) %><% if (item.count > 1) { %> (<%= item.count %>) <% } %>: <%= item.name %>
  • <% }) %>

<% } %>
Cancel Yes, delete