Your IP : 216.73.216.182


Current Path : /var/www/html/myphp/templates/config/form_display/
Upload File :
Current File : /var/www/html/myphp/templates/config/form_display/errors.twig

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