<% if ( title ) { %>

<%= title %>

<% } %>

<% if ( category && category != '[% loc('-- Pick a category --') %]' ) { %> [% tprintf('Saved in the %s category', '<%= category %>') %] <% } %>

<% print( moment( created ).fromNow() ) %>

<% if ( file ) { %>
<% } %> <% if ( details ) { %>
<%= details %>
<% } %>