{% load i18n %} {% if not alert.user %} {% endif %} {% if alert.is_cancelled %} {% else %} {% endif %}
{% trans "Product" %} {{ alert.product }}
{% trans "User" %} {% if alert.user %} {{ alert.user }} {% else %} {{ alert.email }} {% endif %}
{% trans "Status" %} {{ alert.status }}
{% trans "Date created" %} {{ alert.date_created }}
{% trans "Date confirmed" %} {{ alert.date_confirmed|default:"-" }}
{% trans "Date cancelled" %} {{ alert.date_cancelled }}
{% trans "Date alert sent" %} {{ alert.date_closed|default:"-" }}