{% extends "django_datawatch/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block django_datawatch %}
{{ result.get_status_display }}
{% if result.is_acknowledged %}
{% blocktrans with date=result.acknowledged_until|date %}Acknowledged until {{ date }}{% endblocktrans %} {% endif %} |
{{ result.get_check_instance.get_title }} | {{ result.payload_description }} |