All checks were successful
Build-Release-Image / Build-Image (linux/amd64) (push) Successful in 3m41s
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 4m54s
Build-Release-Image / Merge-Images (push) Successful in 19s
Build-Release-Image / Create-Release (push) Successful in 16s
Build-Release-Image / Notify (push) Successful in 19s
19 lines
684 B
Django/Jinja
19 lines
684 B
Django/Jinja
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Your trial will end {{ user.trial_end.humanize() }}.
|
|
|
|
When the trial ends:
|
|
|
|
- All aliases/domains/directories you have created are kept and continue working.
|
|
- You cannot create new aliases if you exceed the free plan limit, i.e. have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
|
- You cannot add new domain or directory.
|
|
- You cannot create new reverse aliases.
|
|
- You cannot add new mailbox.
|
|
- If you enable PGP Encryption, forwarded emails are not encrypted anymore.
|
|
|
|
You can upgrade today to continue using all these Premium features (and much more coming).
|
|
|
|
Let me know if you need to extend your trial period.
|
|
{% endblock %}
|