<%= c.other_username %>
<% if (c.last_message_at) { %>
<%= formatDateTime(c.last_message_at) %>
<% } %>
<% if (c.last_message_preview) { %>
<%= c.last_message_preview %>
<% } else { %>
<%= t('prin.empty_conv') %>
<% } %>
<% if (c.unread_count > 0) { %>