//
  Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
//

.widget-container.group-quota-stats
  .col-xs-6
    uib-progressbar.bar(class='progress-striped' value='numberBar.value' type='{{numberBar.type}}')
      b {{numberBar.value}}%
    .text(translate) {{user.name}} groups number use
  .col-xs-6
    uib-progressbar.bar(class='progress-striped' value='durationBar.value' type='{{durationBar.type}}')
      b {{durationBar.value}}%
    .text(translate) {{user.name}} groups duration use

