{% block body_text %} {% autoescape false %} Heyo! {{ 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. {% if user.comment is not null %} {{ user.name }} wants you to know - {{ user.comment }} {% endif %} {% if resourceOwner is defined and resourceOwner is not null %} {{ user.name }} connected with {{ resourceOwner|capitalize }} {% endif %} Love, Your website ❤ {% endautoescape %} {% endblock %} {% block body_html %}{% endblock %}