docserver/resources/templates/invite_mail.txt.j2

13 lines
300 B
Plaintext
Raw Normal View History

2023-08-14 23:33:21 +00:00
{{email_subject | default (value="")}} \r\n
{{email_body | default (value="")}} \r\n
{% if invite_key and invite_key != "" %}
Use this link: {{signup_url | default (value="/signup")}}/{{invite_key}} \r\n
{% if invite_expiration %}
Available for {{invite_expiration}} \r\n
{% endif %}
{% endif %}