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
450 B
Smarty
19 lines
450 B
Smarty
<div class="account">
|
|
<!-- IMPORT partials/account/header.tpl -->
|
|
|
|
<div class="row">
|
|
<h1>{title}</h1>
|
|
|
|
<!-- IF !posts.length -->
|
|
<div class="alert alert-warning text-center">{noItemsFoundKey}</div>
|
|
<!-- ENDIF !posts.length -->
|
|
|
|
<div class="col-xs-12">
|
|
<!-- IMPORT partials/posts_list.tpl -->
|
|
|
|
<!-- IF config.usePagination -->
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
<!-- ENDIF config.usePagination -->
|
|
</div>
|
|
</div>
|
|
</div> |