{% extends "admin/base_site.html" %} {% load tags_AKModel %} {% load i18n %} {% load tz %} {% load fontawesome_6 %} {% block title %}{% trans "Status" %}: {{ event }}{% endblock %} {% block content %} {% timezone event.timezone %}
{% for widget in widgets %}
{% if widget.actions %}
{% endif %} {{ widget.title }}
{{ widget.body }}
{% endfor %}
{% endtimezone %} {% endblock %}