{% extends base_template %} {% load seahub_tags avatar_tags%} {% load url from future %} {% block main_panel %} {% if messages %} {% autoescape off %} {% endautoescape %} {% endif %}

{% if not view_history %} {{ u_filename }} {% else %} {{repo.props.name}} 历史浏览({{ current_commit.props.ctime|tsstr_sec }}) {% endif %}

当前路径: {% for name, link in zipped %} {% if not forloop.last %} {% if view_history %} {{ name }} / {% else %} {{ name }} / {% endif %} {% else %} {{ name }} {% endif %} {% endfor %}

{% if not view_history %} {% endif %}
{% if filetype == 'Text' or filetype == 'Image' or filetype == 'SVG' or filetype == 'Markdown' %} {% endif %} {% if not view_history and request.user.is_authenticated %} {% if filetype == 'Text' or filetype == 'Markdown' %} {% endif %} {% endif %}

文件内容读取中...

{% if not view_history %} {% with attach_type='file' %} {% include "snippets/group_recommend_form.html" %} {% endwith %} {% endif %}

您还没有将同步目录 {{repo.name}} 同步到本地

{% if request.user.is_authenticated %}

评论


{% for error in form.message.errors %}

{{ error|escape }}

{% endfor %}
{% endif %} {% if comments %} {% endif %}
{% if current_page != 1 %} 上一页 {% endif %} {% if page_next %} 下一页 {% endif %}
{% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}