Channels {{ nick }} is on
{% for channel in chans %}
{{ channel }}
{% endfor %}
Users on {{ channel }}
{% for user in users %}
{{ user }}
{% endfor %}
Users sharing channels with {{ nick }}
{% for user in inter_users %}
{{ user }}
{% endfor %}
Channels sharing users with {{ channel }}
{% for channel in inter_chans %}
{{ channel }}
{% endfor %}