{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% block content %}
{{- breadcrumbs() }}

{{ page_title }}

{{ _('Last actions') }}

{% if not log['items'] %}{{ _('(nothing)') }}{% endif %} {% for logitem in log['items'] %} {%- include 'includes/admin_log_item.html' with context -%} {%- endfor -%}
{{- breadcrumbs() }}
{% endblock %}