<{include file="db:`$mydirname`_inc_breadcrumbs.html"}>
<{if $category.id == 0}><{$mod_config.top_message}>
<{/if}>
<{$category.title}>
<{if $category.isadminormod}>
	
	<{$smarty.const._MD_PICO_CONTENTS_TOTAL}>:<{$category.redundants.contents_total}>
	<{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}>:<{$category.redundants.subcategories_total}>
	
<{/if}>
<{$category.desc}>
<{if $subcategories}>
<{$smarty.const._MD_PICO_SUBCATEGORIES}>
<{foreach from=$subcategories item="subcategory"}>
	
		- 
			<{$subcategory.title}>
			<{if $category.isadminormod}>
				<{$smarty.const._MD_PICO_CONTENTS_TOTAL}>:<{$subcategory.redundants.contents_total}>
				<{$smarty.const._MD_PICO_SUBCATEGORIES_TOTAL}>:<{$subcategory.redundants.subcategories_total}>
			<{/if}>
		
- 
			<{$subcategory.desc}>
		
<{/foreach}>
<{/if}>
<{if $contents}><{$smarty.const._MD_PICO_CONTENTS}>
<{/if}>
<{include file='db:system_notification_select.html'}>