{% extends 'base.html' %} {% block title %} SpeakerProposal List | Backoffice | {{ block.super }} {% endblock %} {% block content %} {% if speaker_proposal_list %}

SpeakerProposal List - Backoffice

This is a list of all SpeakerProposal objects in the system. Search for name, email, username, or status to filter the table.

Backoffice

{% if speaker_proposal_list %} {% include 'includes/speaker_proposal_list_table_backoffice.html' %} {% else %} No SpeakerProposals found. {% endif %}
{% endif %} {% endblock %}