{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block customCSS %} {% endblock %} {% block content %}
| {% 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}} | Admin | {{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 %}