mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-04 05:11:21 +08:00
17 lines
No EOL
411 B
Smarty
17 lines
No EOL
411 B
Smarty
<div class="account">
|
|
<!-- IMPORT partials/account/header.tpl -->
|
|
|
|
<div class="users row">
|
|
<div class="col-12">
|
|
<h1>[[pages:{template.name}, {username}]]</h1>
|
|
|
|
<!-- IMPORT partials/users_list.tpl -->
|
|
|
|
<!-- IF !users.length -->
|
|
<div class="alert alert-warning text-center">[[user:has_no_follower]]</div>
|
|
<!-- ENDIF !users.length -->
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
</div>
|
|
</div>
|
|
</div> |