{% extends "backoffice/base.html" %} {% load humanize %} {% load i18n %} {% block scripts %} {% endblock scripts %} {% block content %}
WorkAdventure map "{{ object.name }}"
ID {{ object.id }}
Assembly {{ object.assembly.slug }} {{ object.assembly.name }}
Name {{ object.name }}
Description
{{ object.description_html|default:"-" }}
Status
Assembly
{% if object.assembly.is_public %} public {% else %} not public {% endif %}
Backend
{% include "backoffice/_room_backend_status.html" %}
Map
{% include "backoffice/_room_wa_map_status.html" %}
Repository
{% csrf_token %}
Backend Link URL
Backend Remote Branch
Exit URL
{% csrf_token %}
WorkAdventure URL to exit the user map to the lobby.
Map Service Data (Director)
{% for k, v in room.director_data.items %}
{{ k }}
{% if k == "url" %} {{ v }} {% elif k == "publishedSince" or k == "publishedScince" %} {{ v|from_unixtimestamp }} ({{ v|from_unixtimestamp|naturaltime }}) {% else %}
{{ v|json_indent }}
{% endif %}
{% endfor %}
Actions
{% csrf_token %}

{% csrf_token %}
{% if wa_linter %}

{{ wa_linter.status_text }}

{% include "backoffice/assembly_room_wa_linterblock.html" %}
{% endif %} {% endblock content %}