{% load i18n %}

{% trans 'Criteria' %}

Add {% trans 'Add criterion' %}
{% for criterion in criteria %} {{criterion|safe}} {% endfor %}