← Inbox

<% if (other && other.avatar_url) { %> <% } else { %> <%= (other && other.username || '?').charAt(0).toUpperCase() %> <% } %>

<%= other ? other.username : 'Unknown' %>

<% if (other) { %>

View profile

<% } %>
    <% messages.forEach(function(m) { %>
  1. <%= m.content %>
    <%= formatDateTime(m.created_at) %>
  2. <% }); %>