Add attendee type management and staff codes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 07:17:47 +00:00
parent dec6446d7d
commit 64ab1d0412
16 changed files with 844 additions and 78 deletions
@@ -3,6 +3,7 @@
{% block title %}{{ session.name }} - {{ 'breakout_session'|t }}{% endblock %}
{% block content %}
<div style="padding: 20px;">
<div class="breakout-session-detail">
<div class="session-header">
<h1>{{ session.name }}</h1>
@@ -55,4 +56,5 @@
{% endif %}
</section>
</div>
</div>
{% endblock %}