{%- if logitem.action_flag == 1 %}{{ pgettext('admin_log', 'Created:') }}
{%- elif logitem.action_flag == 2 %}{{ pgettext('admin_log', 'Updated:') }}
{%- elif logitem.action_flag == 3 %}{{ pgettext('admin_log', 'Deleted:') }}
{%- else %}???{% endif -%}
{% if logitem.admin_url and logitem.action_flag != 3 %}{% endif %}
{{- logitem.object_repr -}}
{% if logitem.admin_url and logitem.action_flag != 3 %}{% endif %}
{% if logitem.change_message %}{{ logitem.change_message }}
{% endif %}