{% if items %}
{{ item.who }} {{ item.what }} {% if show_record and item.entry.record_key %} {% if event != 'deleted' and item.entry.view in (detail_views or []) %} {{ name }} {% else %} {{ name }} {% endif %} {% endif %}
{% if item.entry.ip %} · {{ _('from {address}', address=item.entry.ip) }}{% endif %} {% if item.entry.batch %} · {{ _('part of a bulk action') }}{% endif %}
{% if item.entry.error %}{{ item.entry.error }}
{% endif %} {% if item.given %}{{ empty or _('Nothing recorded yet.') }}
{% endif %}