{% extends "myhome_base.html" %} {% load seahub_tags %} {% block right_panel %}

{{repo.props.name}}

新口令:


基本信息

{% if is_owner %} {% else %} {% endif %}
ID {{repo.props.id}}
描述 {{repo.props.desc}}
访问口令***** 只有同步目录拥有者可见

修改记录

{% for commit in commits %} {% endfor %}
修改时间 描述
{{ commit.props.ctime|tsstr_sec }} {{ commit.props.desc }}
{% if current_page != 1 %} 上一页 {% endif %} {% if page_next %} 下一页 {% endif %} 每页: {% if per_page == 25 %} 25 {% else %} 25 {% endif %} {% if per_page == 50 %} 50 {% else %} 50 {% endif %} {% if per_page == 100 %} 100 {% else %} 100 {% endif %}
{% endblock %} {% block extra_script %} {% endblock %}