{% extends 'base_wide_page.html' %} {% load seahub_tags avatar_tags i18n staticfiles %} {% block sub_title %}{% trans "History" %} - {% endblock %} {% block extra_style %} {% endblock %} {% block wide_page_content %}

{% blocktrans %}{{ u_filename }} Version History{% endblocktrans %}

{% if referer %} {% endif %}

{% trans "Tip: a new version will be generated after each modification, and you can restore the file to a previous version." %}

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

{% trans 'Time' %} {% trans 'Modifier' %} {% trans 'Size' %} {% trans 'Operations' %}
{% endblock %} {% block extra_script %} {% endblock %}