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.
14 lines
331 B
Smarty
14 lines
331 B
Smarty
|
|
<!-- IMPORT partials/account_menu.tpl -->
|
|
|
|
<div class="users account">
|
|
<ul id="users-container" class="users-container" data-nextstart="{nextStart}">
|
|
<!-- IMPORT partials/users_list.tpl -->
|
|
</ul>
|
|
|
|
<!-- IF !users.length -->
|
|
<div class="alert alert-warning">[[user:follows_no_one]]</div>
|
|
<!-- ENDIF !users.length -->
|
|
</div>
|
|
|