{# this macro needs to be included "with context" valid and accessable vars needed: request conf csrf_input #} {% import "plainui/components/function_btns.html" as fbtns with context%} {% macro list(rooms, msg_none=_("no rooms available.")) -%} {% if rooms %}
{{ msg_none }}
{% endif %} {%- endmacro %} {% macro list_el(room) -%} {% set link = url('plainui:room', room_slug=room.slug) %} {% set color="white" %}