script(type="text/template")#data-rows-template
  .help-data-rows
    header
    article  
    .loading
      img(src='/skin/images/loading-spokes.svg')
    .data-rows-controls
      .pagination.pull-right
        a.help-icon-button.page-left(href='javascript:void(0);')
          i.icon-left.icon
          | previous
        a.help-icon-button.page-right(href='javascript:void(0);')
          | next
          i.icon-right.icon

script(type="text/template")#data-rows-empty-row-template
  .help-data-row
    .row.empty
      .columns.small-12
        | No Data Available
