{% extends "AKPlan/plan_detail.html" %} {% load fontawesome_6 %} {% load tags_AKModel %} {% load tz %} {% load i18n %} {% block breadcrumbs %} {% include "AKPlan/plan_breadcrumbs.html" %}
{% trans "Plan is not visible (yet)." %}
{% trans "Capacity" %}: | {{ room.capacity }} |
{% trans "Properties" %}: | {% for property in room.properties.all %} {% if forloop.counter0 > 0 %} , {% endif %} {{ property }} {% endfor %} |