Prutter

Your direct messages on this site.

<% if (!conversations.length) { %>

No conversations yet. Open someone's profile and click Send DM to start one.

<% } else { %>
    <% conversations.forEach(function(c) { %>
  1. <% if (c.other_avatar) { %> <% } else { %> <%= (c.other_username || '?').charAt(0).toUpperCase() %> <% } %>
    <%= c.other_username %> <% if (c.last_message_at) { %> <%= formatDateTime(c.last_message_at) %> <% } %>
    <% if (c.last_message_preview) { %>
    <%= c.last_message_preview %>
    <% } else { %>
    Empty conversation
    <% } %>
    <% if (c.unread_count > 0) { %> <%= c.unread_count %> <% } %>
  2. <% }); %>
<% } %>