<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Test widget --> <#macro assets> ${stylesheets.add('')} ${scripts.add('')} ${headScripts.add('')} <#macro loggedIn>

${i18n().test_for_logged_in_users}

${i18n().login_status} ${status}.

<#macro notLoggedIn>

${i18n().test_for_nonlogged_in_users}

${i18n().login_status} ${status}.