{% 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 %}Trial expires at {{user.trial_info.expire_date|date:"Y-m-d"}}
{% endif %}