{% extends "emails/base.html" %}
{% load humanize hc_extras %}
{% block content %}
Hello,
This is a monthly report sent by {% site_name %}.
{% include "emails/summary-html.html" %}
Just one more thing to check:
Do you have more cron jobs,
not yet on this list, that would benefit from monitoring?
Get the ball rolling by adding one more!
Cheers,
The {% escaped_site_name %} Team
{% endblock %}
{% block unsub %}
Unsubscribe from Monthly Reports
{% endblock %}