{% load i18n %}
{% 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 }} {% if form.topic.errors %}
{% for error in form.topic.errors %} {{ error }} {% endfor %}
{% endif %}
{% trans "e.g., Technical Screening, HR Interview" %}
{{ form.start_time }} {% if form.start_time.errors %}
{% for error in form.start_time.errors %} {{ error }} {% endfor %}
{% endif %}
{{ form.duration }} {% if form.duration.errors %}
{% for error in form.duration.errors %} {{ error }} {% endfor %}
{% endif %}