{% load i18n %}

{% trans "Used:" %} {{ space_usage|filesizeformat }} {% if space_quota > 0 %}/ {{ space_quota|filesizeformat }} {% endif %}

{% if not org %} {% if CALC_SHARE_USAGE %}

{% trans "Sharing:" %} {{ share_usage|filesizeformat }} {% if share_quota > 0 %}/ {{ share_quota|filesizeformat }} {% endif %}

{% endif %} {% endif %} {% if space_quota > 0 or share_quota > 0 %}
{% if show_quota_help %} {% endif %} {% if show_quota_help %} {% endif %}
{% endif %} {% if user.trialing %}

Trial expires at {{user.trial_info.expire_date|date:"Y-m-d"}}

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