{% if items %}
{{ item.who }} {{ item.what }} {% if show_record %} {% if event != 'deleted' and item.entry.view in admin.views %} {{ name }} {% else %} {{ name }} {% endif %} {% endif %}
{% if item.entry.batch %} ยท {{ _('part of a bulk action') }}{% endif %}
{% if item.lines %}{{ _('Nothing recorded yet.') }}
{% endif %}