{% extends "base.html" %} {% block title %}{{ 'attendees'|t }} - NetEvents{% endblock %} {% block content %}
{{ 'connect_with_attendees'|t }}
{% if attendees %}{{ (att.organisation)|spacify if att.organisation else '' }}
{{ (att.role)|spacify if att.role else '' }}
{% if att.introduction %}{{ att.introduction[:100] }}{% if att.introduction|length > 100 %}...{% endif %}
{% endif %}{{ 'no_other_attendees'|t }}
{% endif %}