{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block breadcrumbs %} {% if object %} {% path_object_breadcrumbs object %}
{% trans "Status" %} | {% trans "Event" %} | {% trans "Details" %} | {% trans "Timestamp" %} |
---|---|---|---|
{% if log.details.error_occurred %} ⚠ {% else %} ✔ {% endif %} | {{ log.get_event_display }} | {{ log.details.result }} | {{ log.created|naturaltime:True }} |
{% trans "No add-on activity logs available." %} |