HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/usr/local/cwpsrv/var/services/pma/templates/config/form_display/
Upload File :
Current File : //proc/thread-self/root/usr/local/cwpsrv/var/services/pma/templates/config/form_display/errors.twig
<dl>
    <dt>{{ name }}</dt>
    {% for error in error_list %}
        <dd>{{ error|raw }}</dd>
    {% endfor %}
</dl>