Fancy quotes in whatsapp messages.

This commit is contained in:
Pēteris Caune 2019-07-12 14:55:03 +03:00
parent e54aca6725
commit 429a69c2e9
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -1,7 +1,7 @@
{% load humanize %}{% spaceless %} {% load humanize %}{% spaceless %}
{% if check.status == "down" %} {% if check.status == "down" %}
The check "{{ check.name_then_code }}" is DOWN. Last ping was {{ check.last_ping|naturaltime }}. The check “{{ check.name_then_code }}” is DOWN. Last ping was {{ check.last_ping|naturaltime }}.
{% else %} {% else %}
The check "{{ check.name_then_code }}" is now UP. The check “{{ check.name_then_code }}” is now UP.
{% endif %} {% endif %}
{% endspaceless %} {% endspaceless %}