{% load i18n l10n %} {% if compare_view %}
{% endif %} {% if compare_view %} {% endif %} {% for action in action_list %} {% if compare_view %} {% endif %} {% endfor %}
Revisions for {{object.name}} {% if compare_view %} - {% trans 'Select two items and click compare to see the differences between them'%} {% endif %}
{% if comparable %} {% else %} {% trans 'compare' %} {% endif %} {% trans 'Date/time' %} {% trans 'User' %} {% trans 'Comment' %}
{% if comparable %} {% else %} - {% endif %} {% if action.url %} {{action.revision.date_created|date:_("DATETIME_FORMAT")}} {% else %} {{action.revision.date_created|date:_("DATETIME_FORMAT")}} {% endif %} {% 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 %}