{% extends "emailbase.html" %} {% block body %}

Dear {{ first_name }},

Here is the report for your alert {{ alertname }} on rowsandall.com. This is a report for your athlete {{ rowerfirstname }} {{ rowerlastname }}, covering the period from {{ startdate }} to {{ enddate }}.

{% for text in othertexts %}

{{ text|safe }}

{% endfor %} {% for key, value in report.items() %}

{{ key }}: {{ value }}

{% endfor %}

Best Regards, the Rowsandall Team

{% endblock %}