{% extends 'email/base.txt' %} {% block body %} {% for user in users %} Your password for account: {{ user.username }} has been reset to: {{ user.new_password }} {% endfor %} Please log into your account{{ num_users|pluralize }} at: http://us.pycon.org{{ settings.LOGIN_URL }}?next={{ settings.PROFILE_URL}}password/ And change your password{{ num_users|pluralize }}. {% endblock %}