{% load seahub_tags i18n %}

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

{% if space_quota > 0 %}
{% endif %} {% if user.trialing %}

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

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