🔒
This talk was synced from Pretalx on {{ talk.synced_at|date:"N j, Y, P" }}.
Synced fields are locked and cannot be edited here. Run a new sync to update Pretalx data.
{% endif %}
{% if talk.speakers.exists %}
Speakers
{% for speaker in talk.speakers.all %}
{{ speaker.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}