{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load bornhack %} {% block title %} Event List | Backoffice | {{ block.super }} {% endblock %} {% block content %}

Event List - BackOffice

Events are the result of approving an EventProposal. They contain data for the event like title, abstract, duration and more. Search for an event title, speaker names, tags or event type to filter the list. Any changes made here will be reflected immediately on the live site!

{% if not event_list %}

No Events found.

{% else %}

Backoffice {% include "includes/event_list_table_backoffice.html" %}

{% endif %}

Backoffice

{% endblock content %}