2017-04-26 21:32:43 -07:00
{% block body_text %}
{% autoescape false %}
2017-05-05 22:49:54 -07:00
Heyo!
2017-04-26 21:32:43 -07:00
2017-05-05 22:49:54 -07:00
{{ user .name }} has registered a new account with the email {{ user .email }} and is bringing {% if user .rsvp .guests != 0 %} {{ user .rsvp .guests - 1 }} {% else %} 0 {% endif %} guests with them.
2017-04-26 21:32:43 -07:00
{% if user .comment is not null %}
2017-05-05 22:49:54 -07:00
{{ user .name }} wants you to know -
2017-04-26 21:32:43 -07:00
{{ user .comment }}
{% endif %}
2017-05-05 22:49:54 -07:00
{% if resourceOwner is defined and resourceOwner is not null %}
{{ user .name }} connected with {{ resourceOwner | capitalize }}
{% endif %}
2017-04-26 21:32:43 -07:00
Love,
Your website ❤
{% endautoescape %}
{% endblock %}
{% block body_html %} {% endblock %}