{% extends 'base_wide_page.html' %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block extra_style %} {% endblock %} {% block wide_page_content %}
{% 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." %}
{% trans "before modification" %} | {% trans "after modification" %} |
---|