/modules/mod_mailinglist/templates/email_mailinglist_welcome.tpl

http://github.com/zotonic/zotonic · Smarty Template · 10 lines · 7 code · 3 blank · 0 comment · 1 complexity · f9fc8bb0bf3f8b00377d58a94e4cc6d7 MD5 · raw file

  1. {% extends "email_base.tpl" %}
  2. {% block title %}{_ Welcome to _} {{ m.rsc[list_id].title }}{% endblock %}
  3. {% block body %}
  4. {% include "_email_mailinglist_hello.tpl" %}
  5. <p>{_ You are now subscribed to our mailing list _} <a href="{{ m.rsc[list_id].page_url_abs }}">{{ m.rsc[list_id].title }}</a> {_ with your e-mail address _} {{ recipient.email|escape }}. {_ From now on you will receive mail from our mailing list. _}</p>
  6. <p>{_ When you don’t want to receive any more mail then _} <a href="{% url mailinglist_unsubscribe confirm_key=recipient.confirm_key use_absolute_url %}">{_ click here to unsubscribe. _}</a></p>
  7. {% endblock %}