<%= t('agenda.title') %>
<% if (st === 'done') { %><%= t('agenda.msg_done') %>
<% } else if (st === 'check') { %><%= t('agenda.msg_check') %>
<% } else if (st === 'error') { %><%= (typeof notifyMsg!=='undefined')?notifyMsg:'Er ging iets mis.' %>
<% } %>
<% if (!ss.length) { %>
<%= t('agenda.empty') %>
<% } else { %>
<% ss.forEach(function(s){ %>
-
<%= (s.date||'').slice(8) %>
<%= (s.date||'').slice(5,7) %>/<%= (s.date||'').slice(0,4) %>
<%= s.city %><% if (s.country) { %>, <%= s.country %><% } %>
<% if (s.venue) { %><%= s.venue %><% if (s.time) { %> ยท <%= s.time %><% } %><% } else if (s.time) { %><%= s.time %><% } %>
<% if (s.notes) { %><%= s.notes %><% } %>
<% if (s.ticket_url) { %><%= t('agenda.tickets') %><% } %>
<% }); %>
<% } %>
<% if (!(typeof footerNewsletter !== 'undefined' && footerNewsletter)) { %>
<%= t('agenda.notify_h') %>
<%= t('agenda.notify_sub') %>
<% } %>