{% extends "emails/base.html" %}
{% load humanize hc_extras %}
{% block content %}
Hello,
This is a {{ monthly_or_weekly }} report sent by
{% site_name %}.
{% include "emails/report-summary-html.html" %}
Just one more thing to check:
Do you have more cron jobs or periodic processes,
that are not yet on this list?
Set up monitoring for them, get notified when they don't run on time!
Cheers,
The {% site_name %} Team
{% endblock %}
{% block unsub %}
Unsubscribe
{% endblock %}