#{{ snapshot.pk }} |
{% if object_list|length > 1 %}
{% if not forloop.last %}{% else %} {% endif %}
{% if not forloop.first %}{% else %} {% endif %}
{% endif %}
|
{{ snapshot.timestamp }}
|
{% if snapshot.label %}
{{ snapshot.label }}
{% elif snapshot.comment %}
{{ snapshot.comment }}
{% endif %}
|
{% if snapshot.user %} {{ snapshot.user.get_full_name }}{% endif %} |
{% trans "view" %}
— {% trans "export" %}
— {% trans "restore" %}
|
{% endfor %}