{% load static i18n widget_tweaks %}
{% if has_future_meeting %} {% trans "Update Interview" %} for {{ candidate.name }} {% else %} {% trans "Schedule Interview" %} for {{ candidate.name }} {% endif %}

{% 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" }} {% if form.topic.help_text %}

{{ form.topic.help_text }}

{% endif %} {% 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 %}