{% 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 %}

{% trans "Account" %}

{% avatar request.user 48 %}

{% if nickname %}{{ nickname }}{% else %}{% trans "No Nickname" %}{% endif %}

{% trans "Edit" %}
{% if grpmsg_list or grpmsg_reply_list or orgmsg_list %}

{% trans "Reminding..." %}

{% endif %}

{% trans "Space/Traffic Usage" %}

{% if CALC_SHARE_USAGE %}

{% 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 %}
{% endif %} {% endif %} {% if TRAFFIC_STATS_ENABLED %}

{% if LANGUAGE_CODE == 'zh-cn' %} {% trans "Traffic this month:" %} {% else %} {% trans "Traffic this month:" %} {% endif %}   {{ traffic_stat|filesizeformat }}

{% endif %}
{% with groups=joined_groups %} {% include "snippets/my_groups.html" %} {% endwith %} {% endblock %} {% block right_panel %} {% include "snippets/my_owned_repos.html" %} {% if events %} {% include "snippets/events.html" %} {% endif %} {% url 'share_repo' as repo_share_url %} {% with post_url=repo_share_url groups=joined_groups contacts=my_contacts %} {% include "snippets/repo_share_form.html" %} {% endwith %} {% include "snippets/repo_create_form.html" %} {% endblock %} {% block extra_script %} {% endblock %}