script(type="text/template")#chat-window-message-full-template
  li.chat-message.undraggable
    .chat-message-header
      .name
      .status
      .time
    p
script(type="text/template")#chat-window-message-short-template
  li.chat-message.undraggable
    .chat-line
      p
      .time
