{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,
{% if inviting_project %}
{% if inviting_project.name %}
{{ inviting_project.owner.email }} invites you to their
{% site_name %}
project {{ inviting_project }}.
{% else %}
{{ inviting_project.owner.email }} invites you to their
{% site_name %} account.
{% endif %}
You will be able to manage their
existing monitoring checks and set up new ones. If you already have your
own account on {% site_name %}, you will be able to switch
between the two accounts.
{% endif %}
To log into {% site_name %},
please press the button below:
{% endblock %}
{% block content_more %}
Thanks,
The {% site_name %} Team
P.S. Need help getting started? Check out our
help documentation.
Or, just reply to this email with any questions or issues you have.
{% endblock %}