{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load imageutils %} {% load bornhack %} {% block content %}

BackOffice - Pending Proposals

Backoffice

Pending SpeakerProposals

{% if not speaker_proposal_list %}

No pending SpeakerProposals found

{% else %} {% include 'includes/speaker_proposal_list_table_backoffice.html' %} {% endif %}

Pending EventProposals

{% if not event_proposal_list %}

No pending EventProposals found

{% else %} {% include 'includes/event_proposal_list_table_backoffice.html' %} {% endif %}
{% endblock content %}