{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block customCSS %} {% endblock %} {% block content %}
| {% trans "Name" %} | {% trans "Role" %} | {% trans "Email" %} | {% trans "Phone" %} | {% trans "Type" %} |
|---|---|---|---|---|
| {{ participant.name }} | {{ participant.designation|default:"Participant" }} | {{ participant.email|default:"N/A" }} | {{ participant.phone|default:"N/A" }} | {% trans "External" %} |
| {{ user.get_full_name|default:user.username }} | Admin | {{ user.email|default:"N/A" }} | {{ user.phone|default:"N/A" }} | {% trans "System User" %} |
{{ note.content|linebreaksbr }}
{% trans "No comments yet. Be the first to comment!" %}
{% endfor %}