{% load i18n %} {% if can_manage %}
{% if room.room_type != 'project' %}{% trans 'Room__remove' %}{% else %}{% trans 'Project__remove' %}{% endif %}
{% if can_delete %}

{% if room.room_type != 'project' %}{% trans 'Room__remove__introduction' %}{% else %}{% trans 'Project__remove__introduction' %}{% endif %}

{% csrf_token %}
{% 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 %}
{% endif %}