include ./chat/responses.jade
include ./chat/chat-response-data-rows.jade
script(type="text/template")#admin-chat-template
  section#admin-chat.container
    .row.header-row
      .columns.small-6
        h2.pull-left General Settings
    .row.header-row
      .columns.small-6
        h4.title.pull-left Chat Tags
    .row
      .columns.small-6
        p You can add tags to your database by adding them to form below
    .row
      .columns.small-12.chat-tags-container.selectize-tags-light.organization-chat-tags

    .row.chat-responses-container

    .row.header-row
      .columns.small-6
        h4.title.pull-left Ban IP Addresses
    .row
      .columns.small-6
        p.
          You can ban visitors or customers by IP address. People viewing your
          site from a banned IP will not be able to see or interact with your
          chat plugin(s). You can paste multiple comma-separated IPs to ban
          multiple IPs at once. Note that only single IP addresses (not ranges)
          are supported.
    .row
      .columns.small-12.banned-ips-container.selectize-tags-light
