{% extends 'layout_repo.html' %} {% set active_page='repo' %} {% set active_repo_page='browse' %} {% block title %}{% trans %}Files{% endtrans %}{% endblock %} {% block content %}
    {% if parents %} {% for parent in parents %}
  1. {{ parent.name }}
  2. {% endfor %} {% endif%}
{% if not restore_dates %} {% for entry in dir_entries %} {% endfor %}
{% trans %}Name{% endtrans %} {% trans %}Size{% endtrans %}
45 and entry.display_name) ) }} > {% if entry.isdir %}<DIR>{% endif %} {% if not entry.exists %}<DELETED>{% endif %} {{ entry.display_name | truncate(45,True) }} {% if not entry.isdir %} {{ entry.file_size | filesize }} {% endif %} {% if entry.change_dates %} {% endif %}
{% else %}
{% if limit == restore_dates|count %} {% endif %} {% endif %} {% endblock %}