{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block title %}{% trans "Meeting Details" %} - {{ block.super }}{% endblock %} {% block content %}
{% if candidate.belong_to_an_agency %} {% trans "This email will be sent to candidate's hiring agency." %} {% else %} {% trans "This email will be sent to the candidate." %} {% endif %}
{% trans "This email will be sent to internal and external interview participants." %}