{% extends "backoffice/base.html" %} {% load i18n %} {% load static %} {% block htmlhead %} {% endblock htmlhead %} {% block scripts %} {% endblock scripts %} {% block content %} {% if object_list is not None %}
WorkAdventure maps {{ object_list|length }}
{% for obj in object_list %} {% endfor %}
Assembly Name State Occupants Capacity
{{ obj.assembly.name }} {{ obj.name|default:"-?-" }} Assembly {% include "backoffice/_room_backend_status.html" with object=obj backend_status_display="Backend" %} {% include "backoffice/_room_wa_map_status.html" with object=obj display="Map" %} {{ obj.occupants|default:"-" }} {{ obj.capacity|default:"-" }}
{% endif %} {% endblock content %}