github.com/blystad/deis@v0.11.0/controller/web/templates/account/email/password_reset_key_message.txt (about)

     1  {% load i18n %}{% blocktrans with site.domain as site_domain and user.username as username %}You're receiving this e-mail because you or someone else has requested a password for your user account at {{site_domain}}.
     2  It can be safely ignored if you did not request a password reset. Click the link below to reset your password.
     3  
     4  {{password_reset_url}}
     5  
     6  In case you forgot, your username is {{username}}.
     7  
     8  Thanks for using our site!
     9  {% endblocktrans %}