{% load i18n %}
{{ row.logger_name }}
{% trans "Last hour" %}
{% if row.recent_errors %} {{ row.recent_errors }} error{{ row.recent_errors|pluralize }} {% endif %} {% if row.recent_warnings %} {{ row.recent_warnings }} warning{{ row.recent_warnings|pluralize }} {% endif %} {% if not row.recent_errors and not row.recent_warnings %} {% trans "Healthy" %} {% endif %}
{% trans "Total" %} ({{ row.total }})
{% if row.total_errors %} {{ row.total_errors }} error{{ row.total_errors|pluralize }} {% endif %} {% if row.total_warnings %} {{ row.total_warnings }} warning{{ row.total_warnings|pluralize }} {% endif %} {% if not row.total_errors and not row.total_warnings %} {% trans "Clean" %} {% endif %}
{% include "admin/log_panel/panel/cards/timeline.html" %}