{% import 'macros/support.html' as support_macros %} {% set support_channels = datacontract.support if datacontract.support is defined and datacontract.support is not callable else [] %} {% if support_channels is not sequence or support_channels is string %} {% set support_channels = [] %} {% endif %} {% if support_channels and support_channels|length > 0 %}

Support

Support channels and resources

{% for channel in support_channels %} {% if channel.tool is defined and channel.tool %} {% endif %} {% if channel.channel is defined and channel.channel %} {% endif %} {% if channel.scope is defined and channel.scope %} {% endif %} {% if channel.description is defined and channel.description %} {% endif %} {% if channel.invitationUrl is defined and channel.invitationUrl %} {% endif %} {% endfor %}
{{ support_macros.support_icon(channel.tool if channel.tool is defined else "") }}
Tool
{{ channel.tool }}
Channel
{% if channel.url is defined and channel.url %} {{ channel.channel }} {% else %} {{ channel.channel }} {% endif %}
Scope
{{ channel.scope }}
Description
{{ channel.description }}
Invitation
{% endif %}