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

{% trans "Password strength:" %}

-

{% trans "In order to create a secure password, please use at least :" %}
{% for check in checks %} {{ check.label }} {% endfor %}