{% load i18n %} {% load crit_name_cleaner %} {% if est_form.non_field_errors %}
{{ est_form.non_field_errors }}
{% endif %} {% for field in est_form.criterion_fields %}
{% if field.errors %} {{ field.errors }} {% endif %} {{ field }}
{% endfor %} {{ est_form.time_elapsed }}
{% if est_form.comment.errors %} {{ est_form.comment.errors }}
{% endif %} {{ est_form.comment }}
{{ est_form.linked }} {% csrf_token %}