{%- import "components.html" as components -%}
{% for channel in channels %}
{{ icon "rss" }} {{ channel.title }}
{% endfor %}
{% if selected_community == 0 and selected_channel %}
{% for member in members %} {{ components::user_plate(user=member, show_kick=user.id == channel.owner) }} {% endfor %}
{% endif %}