{% extends 'base.html' %} {% load seahub_tags avatar_tags i18n staticfiles %} {% load url from future %} {% block sub_title %}{{filename}} - {% endblock %} {% block viewport %}{% endblock %} {% block extra_style %} {% endblock %} {% block header_css_class %}hide{% endblock %} {% block main_css_class %}{% endblock %} {# remove the padding-top css #} {% block main_content %}

{{ filename }} {% if is_starred %} {% else %} {% endif %} {% if is_pro %} {% trans {% endif %}

{{ latest_contributor|email2nickname }} {{ last_modified|translate_seahub_time}} {% block update_detail %} {% if last_commit_id %} {% trans "updated this file"%}. {% endif %} {% endblock %}
{% if can_lock_unlock_file %} {% if not file_locked %} {% elif locked_by_me %} {% endif %} {% endif %} {% if not repo.encrypted %} {% if request.user.permissions.can_generate_share_link %} {% endif %} {% endif %} {% if file_perm == 'rw' %} {% endif %} {% if request.user.is_authenticated and can_edit_file %} {% block edit_file %} {% endblock %} {% endif %}
{% if err %}
{% if err != 'invalid extension' %}

{{ err }}

{% endif %}
{% else %} {% block file_view %}{% endblock %} {% endif %}
{% include "snippets/file_share_popup.html" %}
{% endblock %} {% block extra_script %} {% if highlight_keyword %} {% endif %} {% endblock %}