Skip to content

Instantly share code, notes, and snippets.

@cuu508
Created March 23, 2018 18:12
Show Gist options
  • Save cuu508/85f2b88f153801f52cda2ff9f405c92e to your computer and use it in GitHub Desktop.
Save cuu508/85f2b88f153801f52cda2ff9f405c92e to your computer and use it in GitHub Desktop.
<!-- Template emails/report-body-text.html -->
Hello,
This is a monthly report sent by healthchecks.io.
{% include "emails/summary-text.html %}
Cheers,
The healthchecks.io Team
<!-- Template emails/summary-text.html -->
{% load humanize %}
Status | Name | Last Ping
-----------------------+------------------+------------------------------------
{% for check in checks %}
{{ check.get_status }} | {{ check.name }} | {{ check.last_ping|naturaltime }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment