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

Dear {{ first_name }},

{{ commenter_first_name }} {{ commenter_last_name }} has written a new comment on {{ sessiontype }} {{ workoutname }}

{{ comment }}

You can read the comment here:

{{ siteurl }}{{ commentlink }}

Best Regards, the Rowsandall Team

{% endblock %}