{% extends 'backoffice/base.html' %} {% load bootstrap4 %} {% load i18n %} {% load widget_tweaks %} {% block title %} {{ room.name }} | {{ assembly.name }} | {{ conference.name }} {% endblock %} {% block htmlhead %} {% endblock %} {% block content %} {% include "backoffice/assembly_edit_header.html" %}
{% trans 'RoomLink__introduction' %}
{{ link.get_link_type_display }}: "{{ link.name }}" | {% if can_manage %} {% endif %} |
{% if room.room_type != 'project' %}{% trans 'Room__remove__introduction' %}{% else %}{% trans 'Project__remove__introduction' %}{% endif %}
{% else %}{% if room.room_type == 'project' %}{% trans 'Project__remove__notpossible' %}{% elif room.room_type == 'hangar' %}{% trans 'Hangar__remove__notpossible' %}{% else %}{% trans 'Room__remove__notpossible' %}{% endif %}
{% endif %}