{% if action_list %}
{% else %}
{% trans 'Revision' %} | {% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
---|---|---|---|
{{action.revision}} | {{ action.action_time|date:_("DATETIME_FORMAT") }} | {% if action.user %}{{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}{% else %}{{ action.user_name }}{% endif %} | {{ action.info }} |
{% trans "This object doesn't have a change history." %}
{% endif %}