You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
639 B

  1. {% load hc_extras %}
  2. {% block content %}Hello,
  3. {% if inviting_profile %}
  4. {{ inviting_profile.user.email }} invites you to their {% site_name %} account.
  5. You will be able to manage their existing monitoring checks and set up new
  6. ones. If you already have your own account on {% site_name %}, you will
  7. be able to switch between the two accounts.{% endif %}
  8. To log into {% site_name %}, please open the link below:
  9. {{ button_url }}
  10. Thanks,
  11. The {% site_name %} Team
  12. P.S. Need help getting started? Check out our help documentation
  13. at {% site_root %}/docs/
  14. Or, just reply to this email with any questions or issues you have.
  15. {% endblock %}