{if $prefs.feature_copyright eq 'y'} {if $prefs.wikiLicensePage} {capture name='copyright_content'} {/capture} {if $prefs.wiki_feature_copyrights eq 'y' and $copyright_context eq 'wiki'} {if $prefs.wikiLicensePage == $page and $tiki_p_edit_copyrights eq 'y'}
{tr}To edit the copyright notices{/tr} {tr}Click Here{/tr}.
{else} {$smarty.capture.copyright_content} {/if} {elseif $prefs.blog_feature_copyrights eq 'y' and $copyright_context eq 'blogpost'} {$smarty.capture.copyright_content} {elseif $prefs.article_feature_copyrights eq 'y' and $copyright_context eq 'article'} {$smarty.capture.copyright_content} {elseif $prefs.faq_feature_copyrights eq 'y' and $copyright_context eq 'faq' } {$smarty.capture.copyright_content} {/if} {/if} {/if}