{% extends 'view_history_file.html' %} {% load seahub_tags i18n %} {% load url from future %} {% block view_hd %}

{{file_name}} ({{ current_commit.props.ctime|tsstr_sec }})

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