{% extends "backoffice/base.html" %}
{% load humanize %}
{% load i18n %}
{% load static %}
{% block htmlhead %}
{% endblock htmlhead %}
{% block scripts %}
{% endblock scripts %}
{% block content %}
{% include "backoffice/event/components/list_content.html" %}
{% endblock content %}