{% extends "base.html" %} {% block title %}{{ 'badges'|t }} - {{ event.name }}{% endblock %} {% block content %}
{{ (attendee.organisation)|spacify if attendee.organisation else '' }}
{{ (attendee.role)|spacify if attendee.role else '' }}
{% if attendee.introduction %}{{ attendee.introduction[:80] }}{% if attendee.introduction|length > 80 %}...{% endif %}
{% endif %}