{extends "manage/manage.tpl.html"}
{block "javascripts" append}
{/block}
{*
NOTE: we load the includes in reverse order
even logically in users.tpl we append form and list templates,
but smarty messes it up and reverses the order:
list.tpl, form.tpl while it should be form.tpl, list.tpl
see https://github.com/smarty-php/smarty/issues/303
*}
{if isset($list)}
{include file="manage/users_list.tpl.html"}
{/if}
{include file="manage/users_form.tpl.html"}