{% load i18n %} {% block body %}

{% trans "History" %}

{{ publisher.get_request.session.display_message|safe }} {% with snapshots=view.snapshots %} {% if snapshots %}
{% if snapshots|length > 1 %}

{% endif %} {% if enable_tests %}{% endif %} {% for snapshot in snapshots %} {% if enable_tests %} {% endif %} {% endfor %}
{% trans "Identifier" %} {% trans "Compare" %} {% trans 'Date' %} {% trans "Description" %} {% trans 'User' %} {% trans 'Actions' %}{% trans "Tests" %}
#{{ 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.user_id %}{{ snapshot.user }}{% endif %} {% trans "View" %}{% trans "Restore" %}{% trans "Export" %} {% include "wcs/backoffice/includes/test-result-fragment.html" with result=snapshot.test_result add_link=True %}
{% else %}

{% trans "No changes history" %}

{% endif %} {% endwith %} {% endblock %}