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