{% load i18n %} {% if action_list %}
{% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
---|---|---|
{{ action.action_time|date:_("DATETIME_FORMAT") }} | {{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} | {{ action.change_message }} |
{% trans "No history recorded yet." %}
{% endif %}