{% extends "myhome_base.html" %} {% load seahub_tags avatar_tags group_avatar_tags %} {% load url from future %} {% block nav_myhome_class %}class="cur"{% endblock %} {% block left_panel %}

我的基本信息

{% avatar myname 48 %} {% if nickname %}

{{ nickname }}

{% else %}

暂无昵称 编辑

{% endif %}
{% if notes %}

提醒...

已用空间

{{ quota_usage|filesizeformat }} {% if cloud_mode %}/ 2 GB {% endif %}

{% include "snippets/my_groups.html" %} {% endblock %} {% block right_panel %} {% if messages %} {% autoescape off %} {% endautoescape %} {% endif %} {% include "snippets/my_owned_repos.html" %} {% include "snippets/shared_in_repos.html" %} {% url 'share_repo' as repo_share_url %} {% with post_url=repo_share_url tips='可以是非网站注册用户,我们会以邮件通知对方。' %} {% include "snippets/repo_share_form.html" %} {% endwith %} {% include "snippets/repo_create_form.html" %} {% endblock %} {% block extra_script %} {% endblock %}