{% set porhome=(100/mod.packquota)*mod.sizehome %}
{% if porhome <50 %}
{% set barhome='progress-bar-success' %}
{% elseif porhome <=75 %}
{% set barhome='progress-bar-warning' %}
{% else %}
{% set barhome='progress-bar-danger' %}
{% endif %}
{% set pormysql=(100/mod.packquota)*mod.sizemysql %}
{% set porbandwidth=(100/mod.pack_bandwidth)*mod.bandwidth %}
{% if porbandwidth =='INF' %}
{% set porbandwidth=0 %}
{% endif %}
{% if porbandwidth <50 %}
{% set barbandwidth='progress-bar-success' %}
{% elseif porbandwidth <=75 %}
{% set barbandwidth='progress-bar-warning' %}
{% else %}
{% set barbandwidth='progress-bar-danger' %}
{% endif %}
{% if mod.pack_bandwidth =='-1'%}
{% set porbandwidth=0 %}
{% set barbandwidth='progress-bar-success' %}
{% endif %}
{% set pormail=(100/mod.packquota)*mod.sizemail %}
{% set totalhost=mod.packquotaused %}
{% set backup=(100/mod.packquota)*mod.backup_quota %}
{% set portotal=(100/mod.packquota)*totalhost %}
{% if portotal <50 %}
{% set bartotal='progress-bar-success' %}
{% elseif portotal <=75 %}
{% set bartotal='progress-bar-warning' %}
{% else %}
{% set bartotal='progress-bar-danger' %}
{% endif %}
{{langene.GNLABEL47}}
{% if mod.packquota == '-1'%}
0%
{% else %}
{{porhome|round}}%
{% endif %}
{% if mod.packquota == '-1'%}
{{mod.sizehome|number_format(2, '.', ',')}} MB / ∞ MB
{% else %}
{{mod.sizehome|number_format(2, '.', ',')}} MB / {{mod.packquota|round}} MB