{% extends "admin/object_history.html" %} {% load i18n admin_urls staticfiles %} {% block usertools %}
{% trans 'Welcome,' %} {% firstof user.get_short_name user.get_username %} {% if user.groupsofprobes.count %} ({% for group in user.groupsofprobes.all %}{{ group.name }}{% if not forloop.last %},{% endif %}{% if forloop.last %}){% endif %} {% endfor %} {% endif %} . {% block userlinks %} {% trans 'Log out' %} {% endblock %}
{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}

{% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}

{% if action_list %} {% if compare_view %}
{% endif %} {% if compare_view %} {% endif %} {% for action in action_list %} {% if compare_view %} {% endif %} {% endfor %}
{% if comparable %} {% else %} {% trans 'compare' %} {% endif %} {% trans 'Date/time' %} {% trans 'User' %} {% trans 'Comment' %}
{% if comparable %} {% else %} - {% endif %} {{action.revision.date_created|date:_("DATETIME_FORMAT")}} {% if action.revision.user %} {{action.revision.user.username}} {% if action.revision.user.first_name %} ({{action.revision.user.first_name}} {{action.revision.user.last_name}}){% endif %} {% endif %} {{action.revision.comment|default:""}}
{% if compare_view %}
{% endif %} {% else %}

{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}

{% endif %}
{% endblock %}