<xf:if is="$resource.external_url">
<xf:button target="_blank" href="{$resource.external_url}" class="button--link button--fullWidth">{{ phrase('xfrm_more_information') }}</xf:button>
</xf:if>
<xf:if is="$resource.alt_support_url AND $resource.Category.enable_support_url">
<xf:button target="_blank" href="{$resource.alt_support_url}" class="button--link button--fullWidth">{{ phrase('xfrm_get_support') }}</xf:button>
</xf:if>