/modules/mod_mailinglist/templates/email_mailinglist_confirm.tpl
https://code.google.com/p/zotonic/ · Smarty Template · 20 lines · 12 code · 8 blank · 0 comment · 0 complexity · def97bdac4bf697a892eb754107f651d MD5 · raw file
- {% extends "email_base.tpl" %}
- {% block title %}{_ Please confirm your subscription on _} {{ m.rsc[list_id].title }}{% endblock %}
- {% block body %}
- <p>{_ Hello, _}</p>
- <p>{_ You, or someone else, added your e-mail address to our mailing list _} <a href="{{ m.rsc[list_id].page_url }}">{{ m.rsc[list_id].title }}</a>.
- {_ Before you will receive any further mail you need to confirm your subscription. _}</p>
- <p>{_ Please follow _} <a href="{% url mailinglist_confirm confirm_key=recipient.confirm_key %}">{_ this link to confirm _}</a>, {_ or copy and paste the address below in your browser. _}</p>
- <p><a href="{% url mailinglist_confirm confirm_key=recipient.confirm_key %}">http://{{m.site.hostname}}{% url mailinglist_confirm confirm_key=recipient.confirm_key %}</a></p>
- <p>{_ When you don’t want to receive any mail then please ignore this message. _}</p>
- <p>{_ Kind Regards, _}</p>
- <p><a href="/">{{ m.site.hostname }}</a></p>
- {% endblock %}