{% 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: "%} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %}
{% trans "Processing..."%}
{% trans "You have not downloaded " %}"{{ repo.props.name }}"{% trans "." %}
{{ comment.message|seahub_urlize|find_at|linebreaksbr }}