new_account_email.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {% load i18n %}
  2. {% load url from future %}
  3. {% block title %}{% trans "Penobscot Bay Press Community Storefront New Account" %}{% endblock title %}
  4. {% block body %}
  5. <br>
  6. <p>Thank you for signing up for an account with the Penobscot Bay Press Community Storefront, your source for local news and information from Blue Hill, Brooklin, Brooksville, Castine, Deer Isle, Isle au Haut, Penobscot, Sedgwick, Stonington and Surry, Maine.</p>
  7. <br>
  8. <p>If you wish to view or change your account information, please log into our <a href="{{ site }}{% url 'user_login' %}">website</a>. If you received this message in error, please e-mail <a href="mailto:web@pbp.me">web@pbp.me.</a></p>
  9. <br>
  10. <p>
  11. You can sign in with the following credentials:<br>
  12. Username: {{ email }}<br>
  13. Password: {{ password }}<br>
  14. </p>
  15. <br>
  16. <p>Account Information</p>
  17. <ul>
  18. <li>Name: {{first_name}} {{last_name}}</li>
  19. <li>Company: {{company}}</li>
  20. <li>Address1: {{address1}}</li>
  21. <li>Address2: {{address2}}</li>
  22. <li>City: {{city}}</li>
  23. <li>Region: {{region}}</li>
  24. <li>Country: {{country}}</li>
  25. <li>Phone: {{phone}}</li>
  26. </ul>
  27. <br>
  28. <p><img src="https://penobscotbaypress.com/media/images/headers/pbp_sharing_logo_small.jpg"><br>
  29. <strong>Penobscot Bay Press Community Information Services</strong><br>
  30. PO Box 36, 69 Main St., Stonington, ME 04681<br>
  31. 207-367-2200<br>
  32. <a href="http://penobscotbaypress.com">penobscotbaypress.com</a></p>
  33. <br>
  34. {% endblock body %}