1 2 3 4
<tr{% if required %} class='required'{% endif %}> <th>{{ field.label_tag }}</th> <td> {{ field.errors }}{{field|safe}}</td> </tr>