{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block customCSS %} {% endblock %} {% block content %} {% comment %} NOTE: The variable 'meeting' has been renamed to 'interview' (ScheduledInterview) NOTE: The variable 'meeting.slug' has been renamed to 'interview.slug' NOTE: All 'meeting' URL names (update_meeting, delete_meeting, etc.) have been renamed {% endcomment %}
{% trans "Location/Connection details are not available for this interview type." %}
{% endif %}| {% trans "Name" %} | {% trans "Role/Designation" %} | {% trans "Email" %} | {% trans "Phone Number" %} | {% trans "Source Type" %} |
|---|---|---|---|---|
| {{participant.name}} | {{participant.designation}} | {{participant.email}} | {{participant.phone}} | {% trans "External Participants" %} |
| {{user.get_full_name}} | {% trans "System User" %} | {{user.email}} | {{user.phone}} | {% trans "System User" %} |
{% trans "You must be logged in to add a comment." %}
{% endif %}
{{ comment.content|linebreaksbr }}
{% trans "No comments yet. Be the first to comment!" %}
{% endif %}