<%= title %>

<% if (dateConnection!=null) { %>
<% if (lastConnection) { %> Last open
<%= dateConnection %> <% } else { %> Created
<%= dateConnection %> <% } %>
<% } %>