email-confirmation-required.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {% load distro_tracker_extras%}Hello,
  2. {% if command_confirmation.command_list|length == 1 %}
  3. an operation that you tried to execute on the {{ DISTRO_TRACKER_VENDOR_NAME }} Package
  4. Tracker requires an e-mail confirmation. For reference, the
  5. corresponding command was:
  6. {% else %}
  7. some operations that you tried to execute on the {{ DISTRO_TRACKER_VENDOR_NAME }} Package
  8. Tracker require an e-mail confirmation. For reference, the
  9. corresponding commands were:
  10. {% endif %}{% for command, message in command_confirmation.command_list|zip:confirmation_messages %}
  11. {{ command }}
  12. {% if message %}
  13. {{ message }}
  14. {% endif %}{% endfor %}
  15. {% if command_confirmation.command_list|length == 1 %}
  16. To complete this process and actually execute the corresponding operation, you
  17. have to reply to this mail and include this command in your answer:
  18. {% else %}
  19. To complete this process and actually execute the corresponding operations, you
  20. have to reply to this mail and include this command in your answer:
  21. {% endif %}
  22. CONFIRM {{ command_confirmation.confirmation_key }}
  23. On any modern mailer, you just have to hit reply and send the mail.
  24. If you don't understand why you got this mail, please ignore it,
  25. nothing will be done unless you send the confirmation.
  26. If you have any problem with this service, please contact
  27. {{ DISTRO_TRACKER_CONTACT_EMAIL }}.
  28. Thanks,
  29. --
  30. {{ DISTRO_TRACKER_VENDOR_NAME }} Package Tracker
  31. http://{{ DISTRO_TRACKER_SITE_DOMAIN }}