... loading Application
" data-date-format="dd.mm.yyyy" >
" data-date-format="dd.mm.yyyy" >
<% if ( !_.isEmpty(accounts) ){%>
<% } %>
<% for (var i = 0; i < d.length; i++) { %> <% var _case = d[i]; %> <% } %>
<%=text.Property%> <%=text.Number%> <%=text.CustomerID%> <%=text.Status%> <%=text.Title%> <%=text.Entered%> <%=text.Modified%>
<%=_case.Property%> <%=_case.Number%> <%=(_case.CustomerID ? _case.CustomerID : "")%> <%=_case.Status%> <%=_case.Title%> <%=Date.parse(_case.Entered).toString("dd.MM.yyyy")%> <%=Date.parse(_case.Modified).toString("dd.MM.yyyy")%>

<% if (d.length == 0){ return; } else{ var c = d[0]; }%> <%= text.title%>: <%= c.Titel %>

<%= text.description %>:
<%= c.description %>

<%= text.resolution%>:
<% if (c.resolution) print (c.resolution); %>