{% include 'page_start.html' %} {% include 'nav_bar.html' %}
{% include 'repo_breadcrumb.html' %} {% include 'repo_nav_bar.html' %} {% include 'message.html' %} {% if not restore_dates %} {% for entry in dir_entries %} {% endfor %}
{% trans %}Name{% endtrans %} {% trans %}Size{% endtrans %} {% trans %}Rev.{% endtrans %}
45 %} title="{{ entry.display_name }}" {% endif %}> {% 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.isdir %} {% elif ( entry.change_dates | length ) > 1 %} {% else %} {% endif %}
{% else %}
{% trans count=restore_dates|length %}Revisions ({{ count }}){% endtrans %}
{% endif %}
{% include 'page_end.html' %}