<#if leftContent?exists>
<@leftContent/>
<#else>
<#if titleContent?exists>
<@titleContent />
<#else>
<#if guideTitle??>
<@i18n guideTitle/>
#if>
#if>
<#if imgContent?exists>
<@imgContent />
<#elseif guideImg??>

#if>
<#if "${showButton!'true'}"=='true'>
<@ZKUI.Input id="notShowNext" type="checkbox" onclick="nextNotShowClick(event)" name="notShowNext" hideLabel="true"/><@i18n 'common_notShowNext'/>
#if>
#if>
<#if whoContent?exists>
<@i18n who/>
<@whoContent/>
#if>
<#if whenContent?exists>
<@i18n when/>
<@whenContent/>
#if>
<#if whereContent?exists>
<@i18n where/>
<@whereContent/>
#if>
<#if howContent?exists>
<@i18n how/>
<@howContent/>
#if>
<#if otherContent?exists>
<@i18n other/>
<@otherContent/>
#if>
<#if bodyContent?exists>
<@bodyContent/>
#if>