{% extends "layouts/base.html" %} {% block title %}{{ exchange.name }}{% endblock %} {% block content %}
{{ url_for('participant.register', slug=exchange.slug, _external=True) }}
| Name | Registered | |
|---|---|---|
| {{ participant.name }} | {{ participant.email }} | {{ participant.created_at.strftime('%Y-%m-%d %H:%M') }} |
No participants yet.
{% endif %}