{% extends "base.html" %} {% block title %}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 %}