</nav>
</section>
- <section class="box" data-static-box-identifier="com.woltlab.wcf.TaggedTagCloud">
- <h2 class="boxTitle">{lang}wcf.tagging.tags{/lang}</h2>
-
- <div class="boxContent">
- {include file='tagCloudBox' taggableObjectType=$objectType}
- </div>
- </section>
+ {if !$tags|empty}
+ <section class="box" data-static-box-identifier="com.woltlab.wcf.TaggedTagCloud">
+ <h2 class="boxTitle">{lang}wcf.tagging.tags{/lang}</h2>
+
+ <div class="boxContent">
+ {include file='tagCloudBox' taggableObjectType=$objectType}
+ </div>
+ </section>
+ {/if}
{/capture}
{include file='header'}