Support channels and resources
|
{{ support_macros.support_icon(channel.tool if channel.tool is defined else "") }}
|
{% if channel.tool is defined and channel.tool %}
Tool
{{ channel.tool }}
|
{% endif %}
{% if channel.channel is defined and channel.channel %}
Channel
{% if channel.url is defined and channel.url %}
{{ channel.channel }}
{% else %}
{{ channel.channel }}
{% endif %}
|
{% endif %}
{% if channel.scope is defined and channel.scope %}
Scope
{{ channel.scope }}
|
{% endif %}
{% if channel.description is defined and channel.description %}
Description
{{ channel.description }}
|
{% endif %}
{% if channel.invitationUrl is defined and channel.invitationUrl %}
Invitation
|
{% endif %}