This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
other
/
pma
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
pma
/
templates
/
config
/
form_display
/
errors.twig
errors.twig
119 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
<dl>
<dt>{{ name }}</dt>
{% for error in error_list %}
<dd>{{ error|raw }}</dd>
{% endfor %}
</dl>