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

{{ u_filename }} {% trans "modification details" %} {% avatar current_commit.creator_name 16 %}{{ current_commit.creator_name|email2nickname }}{{ current_commit.ctime|translate_seahub_time }}

{% trans "Current Path:" %} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %}

{% if is_new_file %}

{% trans "It's a newly-created blank file." %}

{% else %}
{{ diff_result_table|safe }}
{% trans "before modification" %} {% trans "after modification" %}
{% endif %} {% endblock %} {% block extra_script %} {% endblock %}