{% extends "myhome_base.html" %} {% load seahub_tags avatar_tags group_avatar_tags i18n %} {% load url from future %} {% block nav_myhome_class %}class="cur"{% endblock %} {% block left_panel %}
{% if nickname %}{{ nickname }}{% else %}{% trans "No Nickname" %}{% endif %}
{% trans "Edit" %}{% trans "Total" %}: {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}
{% if quota > 0 %} {% if LANGUAGE_CODE == 'zh-cn' %} {% else %} {% endif %} {% endif %}{% trans "Self" %} {{ my_usage|filesizeformat }}, {% trans "Sharing" %} {{ share_usage|filesizeformat }}
{% else %}{{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}
{% if quota > 0 %}{% if LANGUAGE_CODE == 'zh-cn' %} {% trans "Traffic this month:" %} {% else %} {% trans "Traffic this month:" %} {% endif %} {{ traffic_stat|filesizeformat }}
{% endif %}