{% load i18n widget_tweaks %}

{% trans "Interview Participants" %}

{% csrf_token %} {% for field in form %}
{{ field|attr:"class: w-full px-4 py-3 border border-gray-200 rounded-xl text-sm focus:ring-2 focus:ring-temple-red/20 focus:border-temple-red outline-none transition" }} {% if field.errors %}
{{ field.errors }}
{% endif %} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}