{% load i18n %} {% if can_manage %}
{% 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 %}