{% extends 'backoffice/base.html' %} {% load i18n %} {% block content %}
{% if object_list %}
WorkAdventure sessions: {{ q }} {{ object_list|length }}
{% for obj in object_list %} {% endfor %}
ID User TODO
{{ obj.id }} {{ obj.user }} -/-
{% endif %} {% endblock %}