{% 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__not_possible" %} {% elif room.room_type == 'hangar' %} {% trans "Hangar__remove__not_possible" %} {% else %} {% trans "Room__remove__not_possible" %} {% endif %}

{% endif %}
{% endif %}