{foreach from=$urlCheckResults item=resultItem}
{$resultItem['url']}
{if $resultItem['testResult'] eq Hubbub::CERTIFICATE_CHECK_UNABLETOCONNECT} Unable to connect to this URL. It may not be running over SSL, or may not have it's A-record configured. {elseif $resultItem['testResult'] eq Hubbub::CERTIFICATE_CHECK_WARNING} The SSL certificate for this domain is due to expire on {$resultItem['expiryNice']} {else} Got error code {$resultItem['error']} back. Not sure what this means, actually. {/if}
{**} {/foreach}