{% extends base_template %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block extra_style %} {% endblock %} {% block main_panel %}

{% blocktrans with repo_name=repo.props.name %}{{repo_name}} Snapshot{% endblocktrans %} ({{ current_commit.props.ctime|tsstr_sec }})

{% if path == '/' %}
{{ current_commit.props.desc|translate_commit_desc }} {% if current_commit.props.creator_name %} {{ current_commit.props.creator_name|email2nickname }} {% else %} {% trans "Unknown"%} {% endif %} {{ current_commit.props.ctime|translate_seahub_time }}
{% endif %}

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

{% if path == '/' and is_repo_owner %} {% endif %}
{% for dirent in dir_list %} {% endfor %} {% for dirent in file_list %} {% endfor %}
{% trans "Name"%} {% trans "Size"%} {% trans "Operations"%}
{% trans {{ dirent.obj_name }} {% trans "Restore" %}
{% trans {{ dirent.props.obj_name }} {{ dirent.file_size|filesizeformat }} {% trans "Restore" %} {% trans "Download" %}
{% endblock %} {% block extra_script %} {% endblock %}