<%= index %> <%- dining %><%= item %>

<%- note %>

<% if( typeof order_note != "undefined" && order_note.length > 0 ){ %>

<%- order_note %>

<% } %> <% if (qty > 1 ) { %> <%= qty %> <% }else{ %> <%= qty %> <% } %>

<%= time_ago %>

<%= order_time %>

<%= table %> <% if (allow_action.length == 0 ) { %> <% if (done != "ready" && done != "done" ) { %> <% } else { %> <% } %> <% }else{ %> <% allow_action.forEach(function(action){ %> <% if (action == "delete" ) { %> <% } else { %> <%= action %> <% } %> <% }) %> <% } %>