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