← Back
Editing: errors.twig
<dl> <dt>{{ name }}</dt> {% for error in error_list %} <dd>{{ error|raw }}</dd> {% endfor %} </dl>
Save File
Cancel