{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Create Onsite Interview" %}{% endblock %} {% block content %}
Schedule an onsite interview for {{ application.name }} for the position of {{ job.title }}.
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}