{{cid.cid}} [{{cid.passcode}}]
{% if current %}Added{% else %}Not added{% endif %}
{{cid.name}} · {{cid.email}}
{% if cid.notes %}
Notes:
{{ cid.notes|truncatechars:60 }}
{% endif %}
{% if cid.group and cid.group in exam.cid_user_groups.all %}
{{ cid.group.name }}
{% endif %}