{% extends "base.html" %} {% block title %}{{ 'attendees'|t }} - NetEvents{% endblock %} {% block content %}
{{ event.description }}
{% endif %}{{ 'connect_with_attendees'|t }}
{{ 'search_min_chars'|t|format(min_chars) }}
{{ 'search_too_broad'|t }}
{% elif attendees %}{{ att.organisation if att.organisation else '' }}
{{ att.role if att.role else '' }}
{% if att.introduction %}{{ att.introduction[:100] }}{% if att.introduction|length > 100 %}...{% endif %}
{% endif %}{{ 'no_attendees_found'|t }}
{% endif %} {% endif %}