This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
other
/
pma
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1da8bfe8dd
Rami (Branch)
Tag
master
pma
/
templates
/
config
/
form_display
/
errors.twig
errors.twig
119 B
Cronologia
Originale
1
2
3
4
5
6
<dl>
<dt>{{ name }}</dt>
{% for error in error_list %}
<dd>{{ error|raw }}</dd>
{% endfor %}
</dl>