{% extends "saas_emails/base.html" %} {% block title %}Invitation{% endblock %} {% block content %}

Hi {{ member }},

{% if inviter.get_short_name %}{{ inviter.get_short_name }}{% else %}{{ inviter.username }}{% endif %} has invited you to join the tenant {{ tenant }} on {{ site.name }}.

To accept the invitation and get started:

  1. Click the button below.
  2. Follow the instructions to set up your account or log in.
Accept Invitation

If you didn't expect this invitation or believe it was sent in error, you can ignore this email.

Welcome aboard,
{{ site.name }}

{% endblock %}