#{{ snapshot.id }}
|
{% if snapshots|length > 1 %}
{% if not forloop.last %}{% else %} {% endif %}
{% if not forloop.first %}{% else %} {% endif %}
{% endif %}
|
{{ snapshot.timestamp }}
{% if snapshot.new_day and snapshot.day_other_count %} —
{% if snapshot.day_other_count >= 50 %}{% endif %}
{% blocktrans trimmed count counter=snapshot.day_other_count %}
1 other this day
{% plural %}
{{ counter }} others
{% endblocktrans %}
{% endif %}
|
{% if snapshot.label %}{{ snapshot.label }}{% elif snapshot.comment %}{{ snapshot.comment }}{% endif %}
{% if snapshot.application_version %}({% blocktrans with version=snapshot.application_version %}Version {{ version }}{% endblocktrans %}){% endif %}
|
{% if snapshot.user_id %}{{ snapshot.user }}{% endif %} |
{% trans "View" %}
—
{% trans "Restore" %}
—
{% trans "Export" %}
|
{% if form_has_tests %}
{% include "wcs/backoffice/includes/test-result-fragment.html" with result=snapshot.test_results add_link=True %}
|
{% endif %}
{% endfor %}