UNPKG

transactional-emails

Version:
18 lines (11 loc) 532 B
----------------------------------------------------------------------- # <%= contribution.title %> Priority: <%= contribution.priority %> Done: <%= contribution.done %> Pending: <%= contribution.pending %> <%= contribution.description['@text'] %> <% if(contribution.tasks.length) { %>## Tasks (<%= contribution.tasks.length %>) <% _.forEach(contribution.tasks, function(task) { %><% if(task.complete) { %>[x]<% } else { %>[ ]<% } %> <%= task.description %> <% }); %><% }; %> View contribution: <%= contribution.$link %>