1{if $prefs.feature_page_title eq 'y' && !$is_slideshow eq 'y'}<h1><a href="tiki-backlinks.php?page={$page|escape:url}" title="{tr}backlinks to{/tr} {$page|escape}">{$page|escape}</a></h1><div class="wikitext">{/if}
2{$parsed}
3{if !$is_slideshow eq 'y'}
4	</div>
5{/if}
6{if !isset($smarty.request.clean)}
7	{if isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'business'}
8		<footer class="editdate">
9			{tr}Last edited by{/tr} {$lastUser}
10			{section name=author loop=$contributors}
11				{if $smarty.section.author.first}, {tr}based on work by{/tr}
12				{else}
13					{if !$smarty.section.author.last},
14					{else} {tr}and{/tr}
15					{/if}
16				{/if}
17				{$contributors[author]}
18			{/section}.<br>
19			{tr}Page last modified on{/tr} {$lastModif|tiki_long_datetime}.
20		</footer>
21	{elseif isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'collaborative'}
22		<footer class="editdate">
23			{tr}Contributors to this page:{/tr} {$lastUser}
24			{section name=author loop=$contributors}
25			{if !$smarty.section.author.last},
26			{else} {tr}and{/tr}
27			{/if}
28			{$contributors[author]}
29			{/section}.<br>
30			{tr}Page last modified on{/tr} {$lastModif|tiki_long_datetime}.
31		</footer>
32	{elseif isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'none'}
33	{else}
34		<footer class="editdate">
35			{tr}Created by:{/tr} {$creator}
36			{tr}Last Modification:{/tr} {$lastModif|tiki_long_datetime} {tr}by{/tr} {$lastUser|userlink}
37		</footer>
38	{/if}
39
40	{if (!$prefs.page_bar_position or $prefs.page_bar_position eq 'bottom' or $prefs.page_bar_position eq 'both') and $machine_translate_to_lang == ''}
41		{include file='tiki-page_bar.tpl'}
42	{/if}
43{/if}
44<style>
45[hidden] {
46    display: block !important;
47}</style>