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.

19 lines
452 B
Smarty

<div class="account">
<!-- IMPORT partials/account/header.tpl -->
10 years ago
<div class="row">
<h1>{title}</h1>
<!-- IF !topics.length -->
<div class="alert alert-warning text-center">{noItemsFoundKey}</div>
<!-- ENDIF !topics.length -->
10 years ago
<div class="category">
<!-- IMPORT partials/topics_list.tpl -->
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
</div>
10 years ago
</div>
</div>