grav-theme-libretic/templates/forms/data.html.twig
2015-01-15 19:15:54 +01:00

3 lines
126 B
Twig

{% for field in form.fields %}
<div><strong>{{ field.label }}</strong>: {{ form.value(field.name)|e }}</div>
{% endfor %}