{% load i18n l10n %} {% 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 %} {% 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.get_username}} {% if action.revision.user.get_full_name %} ({{action.revision.user.get_full_name}}){% endif %} {% endif %} {{action.revision.comment|default:""}}
{% if compare_view %}
{% endif %}