{% extends "backoffice/base.html" %} {% load django_bootstrap5 %} {% load humanize %} {% load i18n %} {% load widget_tweaks %} {% block title %} {{ room.name }} | {{ assembly.name }} | {{ conference.name }} {% endblock title %} {% block htmlhead %} {% endblock htmlhead %} {% block content %} {% include "backoffice/assembly_edit_header.html" %}
{% if room.id %} ID: {{ room.id }} {% endif %} {% if room.name %} {{ room.get_room_type_display }} {% trans "Room" %} "{{ room.name }}" {% endif %}
{% if room.backend_data.exit_url %}
{% endif %}
{% if wa_published.commitHash %} {% else %}
{% trans "Room-workadventure_map-offline__title" %}
{% trans "Room-workadventure_map-offline" %}
{% endif %}
{# Format here cannot be fixed as we open up a lot more tags than we close #} {# djlint:off H025 #}
{% if wa_linter.status == "danger" or wa_linter.status == "error" %}
{% elif wa_linter.status == "warning" %}
{% elif wa_linter.status == "info" %}
{% elif wa_linter.status == "pending" %}
{% else %}
{% endif %} {{ wa_linter.status_title }}

{{ wa_linter.status_text }}

{% include "backoffice/assembly_room_wa_linterblock.html" %}
{# djlint:on #} {% include "backoffice/assembly_room_mgmt.html" %} {% endblock content %}