script(type='text/template')#admin-departments-template
  .container
    .row.header-row
      .columns.small-12
        h2.pull-left Departments
    .row#admin-department-panels
    .row.max-width-none
      .columns.small-4
        a.help-button.blue#department-create-button
          i.icon-add
          | Add Another Department

script(type='text/template')#admin-department-summary-template
  .columns.large-4.medium-6
    .panel
      .row
        .columns.small-6
          h4.department-name
        .columns.small-6.department-link
          span
            i.icon-right
          span view department
      .row
        .columns.small-12
          #department-summary-group-container
          
script(type='text/template')#admin-department-summary-group-template
  .row
    .columns.small-8
      span.group-name
    .columns.small-4.group-link
      span
        i.icon-edit
        | edit group
