7 lines
No EOL
153 B
HTML
7 lines
No EOL
153 B
HTML
<table>
|
|
<tbody>
|
|
{% for field in form %}
|
|
{% include 'authens/form_field_snippet.html' with field=field %}
|
|
{% endfor %}
|
|
</tbody>
|
|
</table> |