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

EventProposal List - BackOffice

This is a list of all EventProposal objects in the system. Search for title, type, username, speakers or status to filter the table.

Backoffice

{% if event_proposal_list %} {% include 'includes/event_proposal_list_table_backoffice.html' %} {% else %} No EventProposals found. {% endif %}
{% endif %} {% endblock %}