{% load static i18n widget_tweaks %}
{% trans "Update Interview" %} for {{ candidate.name }}

{% trans "Job" %}: {{ job.title }}

{% if has_future_meeting %} {% endif %}
{% csrf_token %}
{{ form.topic|add_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" }} {% for error in form.topic.errors %}
{{ error }}
{% endfor %}
{{ form.start_time|add_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" }} {% for error in form.start_time.errors %}
{{ error }}
{% endfor %}
{{ form.duration|add_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" }} {% for error in form.duration.errors %}
{{ error }}
{% endfor %}