{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

{% trans "Set Interview Location" %}

{% csrf_token %} {# Renders the single 'location' field using the crispy filter #} {{ form|crispy }}
{% trans "Close" %}
{% endblock content %}