{% include 'page_start.html' %} {% include 'nav_bar.html' %}
| {% 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 }} |
|||