{% load bleach_tags %} {% load i18n %} {% for agreement in form.agreements %} {% if agreement.obligatory %}

{{ agreement.text | bleach }}

{% else %}
{{ agreement.text | bleach }}
{% endif %} {% endfor %}