You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
425 B
Smarty

<!-- IMPORT partials/account_menu.tpl -->
<div>
<!-- IF !topics.length -->
<div class="alert alert-warning">[[user:has_no_watched_topics]]</div>
<!-- ENDIF !topics.length -->
<div class="category">
<!-- IMPORT partials/topics_list.tpl -->
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
</div>
</div>
<!-- IMPORT partials/variables/account.tpl -->