← <%= t('ashow.back_admin') %>
<%= t('ashow.title') %>
<% if (msg) { %><%= msg %>
<% } %>
<% var agOn = (typeof agendaEnabled !== 'undefined') && agendaEnabled; %>
<% if (!agOn) { %><%= t('ashow.off_notice_1') %> <%= t('ashow.off') %> <%= t('ashow.off_notice_2') %>
<% } %>
<%= nc %> <%= t('ashow.subscribers') %>
<% if (!smtp) { %>
<%= t('ashow.smtp_warn') %><% } %>
<% if (ss.length) { %>
<% var _delConfirm = t('ashow.del_confirm'); %>
<% ss.forEach(function(s){ %>
-
<%= s.date %><% if (s.time) { %> <%= s.time %><% } %>
<%= s.city %><% if (s.venue) { %> — <%= s.venue %><% } %>
<% }); %>
<% } else { %>
<%= t('ashow.empty') %>
<% } %>