{% load i18n %} {% include "django/forms/widgets/input.html" %}

{% trans "Password strength:" %}

-

{% trans "Your password is too weak. To create a secure password, please " %}
{% trans "Your password is strong enough. To create an even more secure password, you could " %}
{% trans "In order to create a secure password, please use at least :" %}
{% for check in checks %} {{ check.label }} {% endfor %}