add
<% _.each(inventory, function(inventory) { %>
{Literal}Id{/Literal}: <%= inventory.id %>
<%= inventory.description %>
{Literal}Qty on Hand{/Literal}: <%= inventory.qtyOnHand %>
{Literal}This Session{/Literal}: <%= inventory.total %>

<% }); %>