script(type="text/template")#reporting-customer-satisfaction-template
  .container
    .reporting-header.clearfix
      h2 Customer Satisfaction
      include ./header.jade
      .reporting-export-container.reporting-header-container
        .reporting-export-charts
          b Select charts to be exported.
          ul
            li
              .reporting-export-status.icon.icon-add(data-collection='npsResponseCounts')
              span Post-Chat Survey: NPS
            li
              .reporting-export-status.icon.icon-add(data-collection='npsHistorical')
              span Historical NPS
            br
            li
              .reporting-export-status.icon.icon-add(data-collection='npsByGroup')
              span NPS By Team
            li
              .reporting-export-status.icon.icon-add(data-collection='npsByUser')
              span NPS By Agent
        .reporting-export-formats
          b Select formats.
          ul
            //-li
              .reporting-export-status.icon.icon-add(data-format='pdf')
              span PDF
            li
              .reporting-export-status.icon.icon-add(data-format='csv')
              span CSV
        .reporting-export-buttons
          button.reporting-export-buttons-cancel cancel
          button.reporting-export-buttons-apply export
    #reporting-customer-satisfaction
      .row#reporting-customer-satisfaction-no-nps-notification
        .columns.small-12
          #reporting-customer-satisfaction-no-nps-notification-logo
            img(src='/skin/images/logo.svg')
          #reporting-customer-satisfaction-no-nps-notification-text It appears you don't have any NPS questions in your survey.
            br
            | Contact your Help.com Customer Success Manager if you'd like to add one.
      .row
        .column.small-12
          #reporting-customer-satisfaction-nps.reporting-chart-container
      .reporting-grey
        .row
          .column.large-12
            #reporting-customer-satisfaction-historical-nps.reporting-chart-container
      .row
        .column.large-12
          h6.ampersand-graph-title NPS By Group
          #reporting-customer-satisfaction-nps-by-team.reporting-chart-container
      .reporting-grey
        .row
          .column.small-12
            h6.ampersand-graph-title NPS By Agent
            #reporting-customer-satisfaction-nps-by-agent.reporting-chart-container
