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