{# 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', conf_slug=conf.slug, room_id=room.id) %} {% set color="secondary" %}