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