2022-11-21 09:47:28 +01:00

7 lines
119 B
Twig

<dl>
<dt>{{ name }}</dt>
{% for error in error_list %}
<dd>{{ error|raw }}</dd>
{% endfor %}
</dl>