{% extends 'base.html' %} {% block title %}Talks - NooK Feedback{% endblock %} {% block content %}

Talks

{% if current_user and current_user.is_authenticated and '/nook-feedback' in current_user.groups %} New Talk {% else %} {% endif %}
{# Event filter #}
{% if selected_event_id %} {% endif %}
{% for talk in talks %} {% include 'components/talk_row.html' %} {% endfor %}
Title Event Speaker Duration Actions
{% endblock %}