{% extends 'notification/email_base.html' %} {% block subject %}[{{ site_name }}] Volume low on keg {{ keg.id }} ({{ keg.type }}){% endblock %} {% block body_plain %} Keg {{ keg.id }} ({{ keg.type }}) is {{ keg.percent_full}}% full. See full statistics here: {{ url }} {% endblock %} {% block body_html %}
Keg {{ keg.id }} ({{ keg.type }}) is {{ keg.percent_full }}% full.
See full statistics here.
{% endblock %}