{% if channels %}

Recommended Discussion Channels

{% for item in channels %}

{{ item.channel.name }}

{{ item.channel.description|default:"No description available." }}

Source: {{ item.channel.source }}
Members: {{ item.channel.member_count }}
{% if item.channel.tags.exists %}
{% for tag in item.channel.tags.all %} {{ tag.name }} {% endfor %}
{% endif %}
Relevance Score: {{ item.relevance_score }}
Reason: {{ item.reasoning }}
{% if item.channel.invite_url %} Join Channel {% endif %}
{% endfor %}
{% else %}

No recommended discussion channels found.

{% endif %}