{% 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 %}

{{ filename }}

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

{% if is_starred %} {% else %} {% endif %}
{% if latest_contributor %} {% avatar latest_contributor 20 %} {{ latest_contributor|email2nickname }} {% endif %} {% if last_modified %} {{ last_modified|translate_seahub_time}} {% endif %} {% if filetype == 'Markdown' or filetype == 'Text' %} {% if last_commit_id %} {% trans "updated this file"%}, {% trans "Detail"%}. {% endif %} {% else %} {% if last_commit_id %} {% trans "updated this file"%}. {% endif %} {% endif %} {% blocktrans count counter=contributors|length %}one contributor{% plural %} {{ counter }} contributors {% endblocktrans %} {% for user in contributors %} {% avatar user 16 %} {% endfor %}
{% if user_perm == 'rw' %} {% endif %} {% if request.user.is_authenticated %} {% if filetype != 'Sf' %} {% endif %} {% if user_perm == 'rw' and not err%} {% if filetype == 'Text' or filetype == 'Markdown' or filetype == 'Sf' %} {% endif %} {% endif %} {% endif %}
{% with page='file_view' %} {% include 'snippets/file_content_html.html' %} {% endwith %}

{% trans "Processing..."%}

{% trans "You have not downloaded " %}"{{ repo.props.name }}"{% trans "." %}

{% with attach_type='file' %} {% include "snippets/group_recommend_form.html" %} {% endwith %} {% if request.user.is_authenticated %}
{% avatar request.user.username 48 %}

{% endif %} {% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}