{% load i18n %} {% if CALC_SHARE_USAGE %}

{% trans "Used:" %} {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}

{% if quota > 0 %} {% endif %}

{% trans "Self" %} {{ my_usage|filesizeformat }}, {% trans "Sharing" %} {{ share_usage|filesizeformat }}

{% else %}

{% trans "Used:" %} {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}

{% if quota > 0 %}
{% endif %}
{% endif %} {% if TRAFFIC_STATS_ENABLED %} {% trans "Traffic this month:" %} {{ traffic_stat|filesizeformat }} {% endif %} {% if ENABLE_PAYMENT %} {% trans "Payment" %} {% endif %}