{% include 'page_start.html' %} {% include 'nav_bar.html' %}
{% include 'repo_breadcrumb.html' %} {% include 'repo_nav_bar.html' %} {% include 'message.html' %} {% for entry in history_entries | reverse %} {% if entry.errors %} {% endif %} {% endfor %}
{% trans %}Date{% endtrans %} {% trans %}Size{% endtrans %} {% trans %}Result{% endtrans %}
{{ entry.date | datetime }} {{ entry.size | filesize }} {% if not entry.errors %} {% if entry.in_progress %} {% trans %}In progress{% endtrans %} {% else %} {% trans %}Success{% endtrans %} {% endif %} {% else %} {% trans %}Error{% endtrans %} {% endif %}

{{ entry.errors }}

{% include 'page_end.html' %}