{% extends "combo/manager_base.html" %} {% load i18n %} {% load cells %} {% load thumbnail %} {% block appbar %}
{% trans 'Date' %} | {% trans 'Description' %} | {% trans 'User' %} | {% trans 'Actions' %} | {% for snapshot in object_list %}
---|---|---|---|
{{ 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" %} |