{% extends base_template %} {% load seahub_tags avatar_tags%} {% load url from future %} {% block main_panel %}

{{ u_filename }} 修改详情 {% avatar current_commit.creator_name 16 %}{{ current_commit.creator_name|email2nickname }}{{ current_commit.ctime|translate_commit_time }}

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

{% if is_new_file %}

该文件为新建空白文件。

{% else %}
{{ diff_result_table|safe }}
修改前 修改后
{% endif %} {% endblock %}