diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 3c0669c..f25fead 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -332,7 +332,9 @@
- {{ _('This problem has %d clarification(s)' % clarifications|length) }} + {% trans trimmed length=clarifications|length %} + This problem has {{length}} clarification(s) + {% endtrans %}
{% endif %}