No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

10 líneas
481 B

  1. <h3>{{ title }}</h3>
  2. <p>Dear {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
  3. <p>A new account has been created for you.</p>
  4. <p>Your login id is: <b>{{ user }}</b>
  5. <p>Click on the button below to complete your registration and set a new password.</p>
  6. <p><a class="btn-primary" href="{{ link }}">Complete Registration</a></p>
  7. <br>
  8. <p>You can also copy-paste this link in your browser <a href="{{ link }}">{{ link }}</a></p>
  9. <p>Thank you,<br>
  10. {{ user_fullname }}</p>