/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

  1. {% extends "email_base.tpl" %}
  2. {% block title %}{_ Please confirm your subscription on _} {{ m.rsc[list_id].title }}{% endblock %}
  3. {% block body %}
  4. <p>{_ Hello, _}</p>
  5. <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>.
  6. {_ Before you will receive any further mail you need to confirm your subscription. _}</p>
  7. <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>
  8. <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>
  9. <p>{_ When you donâ&#x20AC;&#x2122;t want to receive any mail then please ignore this message. _}</p>
  10. <p>{_ Kind Regards, _}</p>
  11. <p><a href="/">{{ m.site.hostname }}</a></p>
  12. {% endblock %}