{% extends 'notification/email_base.html' %} {% block subject %}[{{ site_name }}] A new session (session {{ session.id }}) has started.{% endblock %} {% block body_plain %} {% if not drink.is_guest_pour %}A new session was just kicked off by {{ drink.user }} on {{ site_name }}. {% else %}A new session was just kicked off on {{ site_name }}.{% endif %} You can follow the session here: {{ url }} {% endblock %} {% block body_html %}
{% if not drink.is_guest_pour %}A new session was just kicked off by {{ drink.user }} on {{ site_name }}. {% else %}A new session was just kicked off on {{ site_name }}.{% endif %}
You can follow the session here.
{% endblock %}