>
insight
<%= version %>
<%= SBA.Helper.Utils.utcToReadableString(date, translations, lang) %>
d
f
e
<% if(focus !== undefined){ for(var i=0; i < focus.length; i++) { if(id == focus[i].id){ %> <%=translations.focus[focus[i].id].title%> <% } } %> <% } %>
<% if(focus !== undefined){ for(var i=0; i < focus.length; i++) { %> <% } %> <% } %>
<% if( focus !== undefined) { %>
<% if(leadArticle !== undefined) { %>
<% if(leadArticle.status == 'new') { %>
<%= translations.new %>
<%= new Date(leadArticle.date).getDate()+'.'+ (new Date(leadArticle.date).getMonth() +1)+'.'+new Date(leadArticle.date).getFullYear() %> <% } %> <% if(leadArticle.status == 'changed') { %>
<%= translations.changed %>
<%= new Date(leadArticle.date).getDate()+'.'+ (new Date(leadArticle.date).getMonth() +1)+'.'+new Date(leadArticle.date).getFullYear() %> <% } %>
<%= leadArticle.title %>
<%= leadArticle.lead %>
<%= translations.from %>
<%= leadArticle.author %>
<%= leadArticle.position %>
<% } %>
<% if(articlePreviews !== undefined ) { for(var i=0; i < articlePreviews.length; i++) { %> <%if( ((i+1) % rowLength) == 0) { %>
<% } else { %>
<% } %>
<% if(articlePreviews[i].status == 'new') { %>
<%= translations.new %>
<%= new Date(articlePreviews[i].date).getDate()+'.'+ (new Date(articlePreviews[i].date).getMonth() +1)+'.'+new Date(articlePreviews[i].date).getFullYear() %> <% } %> <% if(articlePreviews[i].status == 'changed') { %>
<%= translations.changed %>
<%= new Date(articlePreviews[i].date).getDate()+'.'+ (new Date(articlePreviews[i].date).getMonth() +1)+'.'+new Date(articlePreviews[i].date).getFullYear() %> <% } %>
<%= articlePreviews[i].title %>
<%= articlePreviews[i].lead %>
<%= translations.from %>
<%= articlePreviews[i].author %>
<%= articlePreviews[i].position %>
<% } %> <% } %>
<% } %>