{% if action_list %}
{% else %}
{% comment %}Translators: Translation included with Django {% endcomment %}
{% trans 'Date/time'|capfirst %} | {% comment %}Translators: Translation included with Django {% endcomment %}{% trans 'user'|capfirst %} | {% comment %}Translators: Translation included with Django {% endcomment %}{% trans 'action'|capfirst %} |
---|---|---|
{{ action.action_time|date:"DATETIME_FORMAT" }} | {{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} | {{ action.change_message }} |
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{% endif %}