{% extends "django_program/manage/base.html" %} {% block title %}Speakers{% endblock %} {% block page_title %}
Speaker profiles synced from Pretalx
{% endblock %} {% block content %} {% if speakers %}| Name | Talks | Synced | |
|---|---|---|---|
| {{ speaker.name }} | {% if speaker.email %}{{ speaker.email }}{% else %}—{% endif %} | {{ speaker.talk_count }} | {% if speaker.synced_at %} {{ speaker.synced_at|date:"N j, Y" }} {% else %} — {% endif %} |
{% if search_query %}No speakers match your search.{% else %}No speakers synced for this conference.{% endif %}