{% extends "emails/body_base.html" %} {% load i18n %} {% block content %}
{% trans "Hi," %}
{% trans "The service used by the connector" %} «{{ connector_title }} -- {{ connector_slug }}» {% if is_down %}{% blocktrans trimmed %} as been detected as unavailable since {{ start_timestamp|date:"DATETIME_FORMAT" }} {% endblocktrans %}{% else %}{% trans "is now back up" %}{% endif %}
{% with _("View connector page") as button_label %} {% include "emails/button-link.html" with url=connector_url label=button_label %} {% endwith %} {% endblock %}