{% extends "django_datawatch/base.html" %} {% load i18n %} {% load django_bootstrap5 %} {% block django_datawatch %}
|
{{ result.get_status_display }}
{% if result.is_acknowledged %}
{% blocktrans with date=result.acknowledged_until|date %}Acknowledged until {{ date }}{% endblocktrans %} {% endif %}
{% for tag in result.resulttag_set.all %}
{{ tag.tag }}
{% empty %}
{# no tags for this result #}
{% endfor %}
|
{{ result.get_check_instance.get_title }} | {{ result.payload_description|linebreaksbr }} {{ result.get_formatted_data|linebreaksbr }} |