{% extends 'backoffice/base.html' %} {% load i18n %} {% load static %} {% block title %} {% trans "Self-organized content" %} | {{ conference.name }} {% endblock %} {% block htmlhead %} {% endblock htmlhead %} {% block scripts %} {% endblock scripts %} {% block content %}
{% include "backoffice/event/components/list_content.html" with user_list='True' %}
{% include "backoffice/project/components/list_content.html" with user_list='True' %}
{% endblock content %}