{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Schedule Meeting" %} - {{ job.title }} - {{ block.super }}{% endblock %} {% block content %}
{% trans "Job" %}: {{ job.title }}
{% if has_future_meeting %}{% trans "This application has upcoming interviews. You are updating an existing schedule." %}