{% for client in clients %}

Client {{ client.user.username }} has a new secret: {{ client.new_secret }}

{% endfor %}