{% extends template_base %} {% load i18n %} {% block body %}

{% blocktrans count fields_len=verify_fields|length %} In order to be able to access the form, indicate the content of the following field. {% plural %} In order to be able to access the form, indicate the content of the following fields. {% endblocktrans %}

{{ html_form.render|safe }}
{% endblock %}