<% if ( data.length ) { %>
<% for ( var i=0, current_date = ''; i
<% if ( properties.calendar_icon && properties.calendar_icon != '0' ) { %> <% if ( properties.calendar_icon_group == '0' || current_date != data[i].date.date ) { current_date = data[i].date.date; %>
<%= data[i].date.month %>
<%= data[i].date.day %>
<% } else { %> <% } %> <% } %>
<% if ( properties.first_image == '1' ) { %> <% if ( properties.first_image_link == '1' && data[i].link != '' && data[i].image ) { %> <% } %> <% if ( properties.first_image_link == '1' && data[i].link != '' && data[i].image ) { %> <% } %> <% } %>
<% if ( properties.title_link == '1' && data[i].link != '' ) { %> <%= data[i].title %> <% } else { %> <%= data[i].title %> <% } %> <% if ( properties.date && properties.date != '0' ) { %> <%= data[i].date.date %> <% if (properties.data_source != 'manual_entries') { %> at <%= data[i].date.time %> <% } %> <% } %>

<%= data[i].description %> <% if ( data[i].link != '' ) { %> More... <% } %>

<% } %> <% if ( properties.show_more && properties.show_more != '0' ) { %> <% if ( properties.calendar_icon && properties.calendar_icon != '0' ) { %> <% } %>

Show more...

<% } %>
<% } %>