{% extends 'base/layout.html' %} {% block title %}Plugin Store Audit{% endblock %} {% block content %}

Plugin Store Audit

{% for audit in audits %} {% empty %}{% endfor %}
ZeitPluginAktionBenutzerDry-RunStatus
{{ audit.created }} {{ audit.slug }}{{ audit.action }} {{ audit.actor|default:"System" }} {{ audit.dry_run|yesno:"Ja,Nein" }}{{ audit.get_status_display }}
Keine Einträge.
{% endblock %}