{% load restapi_tags i18n %}
{% trans "Used:" %} {{ space_usage|restapi_filesizeformat }} {% if space_quota > 0 %}/ {{ space_quota|restapi_filesizeformat }} {% endif %}
{% if space_quota > 0 %}Trial expires at {{user.trial_info.expire_date|date:"Y-m-d"}}
{% endif %}