{if $smarty.session.customer_info.id} {if $action eq 'show_topics'} {capture name=show_topics}
{$LABEL.help_messages}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_messages content=$smarty.capture.show_topics} {elseif $action eq 'new_topic'} {include file="messages/messages_new_topic.html"} {elseif $action eq 'show_topic'} {include file="messages/messages_show_topic.html"} {/if} {else} {capture name=messages} {$LABEL.lbl_you_must_be_logged_in} {/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_messages content=$smarty.capture.messages} {/if}