script(type='text/template')#chat-response-header-template
  header.row
    .small-12.columns.align-left(data-col='keyword') Keyword

script(type='text/template')#chat-response-row-template
  .column.small-12.medium-12.large-6
    .help-data-row
      form
        .row
          .small-8.columns.align-left.title-col
            span.pull-left.trigger-command
            span.pull-left(data-col='keyword')
          .small-4.columns.align-right
            .remove-control
              i.icon-close
              | Remove
          a.help-icon-button.control-button.circle-button.dark-blue.toggle-nav.show-nav(href='javascript:void(0);')
            i.icon-add
        .controls-container.collapsed
            .row
              .columns.small-12
                textarea(name='response', rows='4', placeholder='Message')
            .row
              .columns.small-12.chat-tags-container.selectize-tags-light
                select#chat-response-tags.chat-tags(placeholder='Tags')
            input.help-button(type='submit', value='apply')
