<% if (other && other.avatar_url) { %> <% } else { %> <%= (other && other.username || '?').charAt(0).toUpperCase() %> <% } %>
<%= other ? other.username : 'Onbekend' %> <% if (other) { %> Bekijk profiel <% } %>
    <% messages.forEach(function(m) { %>
  1. <%= m.content %>
    <%= formatDateTime(m.created_at) %>
  2. <% }); %>