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