<% if ( properties.first_image == '1' ) { %>
<% 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...
<% } %>