{{ meeting.topic }}
{{ meeting.status|title }}
{% if meeting.interview %}
{% trans "Candidate" %}: {{ meeting.interview.candidate.name }}
{% endif %}
{{ comment.content|safe }}
{% trans "No comments yet. Be the first to comment!" %}
{% endif %}