script(type="text/template")#chat-window-template
  .chat-window
    header
    article
      ul
    footer.undraggable
      form
        .row.ui-front
          textarea(required, autofocus, autocomplete='off', placeholder='Type your message...', rows='1').chat-main-message.mousetrap
          input(type='submit').chat-main-submit
          #customer-message-status
    .ui-resizable-handle.ui-resizable-e.resizer
    .ui-resizable-handle.ui-resizable-e.side-resizer
