You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
605 B

  1. {% extends "emails/base.html" %}
  2. {% load humanize hc_extras %}
  3. {% block content %}
  4. <h1>Hello,</h1>
  5. <p>This is a monthly report sent by <a href="https://healthchecks.io">healthchecks.io</a>.</p>
  6. {% include "emails/summary-html.html" %}
  7. <p><strong>Just one more thing to check:</strong>
  8. Do you have more cron jobs,
  9. not yet on this list, that would benefit from monitoring?
  10. Get the ball rolling by adding one more!</p>
  11. <p>Cheers,<br>The Healthchecks<span>.</span>io Team</p>
  12. {% endblock %}
  13. {% block unsub %}
  14. <br />
  15. <a href="{{ unsub_link }}">Unsubscribe from future monthly reports</a>
  16. {% endblock %}