{% if field_label_in_table %}
|
|
{% endif %}
{% include 'django/forms/widgets/number.html' %}
|
{% for score in first_score_line.scores %}
{{score}}
{% endfor %}
|
{% autoescape off %}{{first_score_line.rule}}{% endautoescape %}
|
{% if weight %}
{{weight}} % |
{% endif %}
{% for score_line in other_score_lines %}