{% extends base_template %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_panel %}
{% trans "Current Path: "%} {% if page_from == 'recycle' %} {{repo.props.name}} {% trans "'s trash" %} / {% endif %} {% for name, link in zipped %} {% if not forloop.last %} {% if page_from == 'snapshot' %} {{ name }} / {% endif %} {% if page_from == 'recycle' %} {{ name }} / {% endif %} {% if page_from == 'file_history' %} {{ name }} / {% endif %} {% else %} {{ name }} {% endif %} {% endfor %}