transactional-emails
Version:
Transactional emails for our products
18 lines (11 loc) • 532 B
Plain Text
-----------------------------------------------------------------------
# <%= 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 %>