2013-09-06 20:07:28 +02:00
|
|
|
{if condition="$error != ''"}
|
|
|
|
<p class="error">{$error}</p>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if condition="$view == 'list_users'"}
|
2013-09-06 23:21:05 +02:00
|
|
|
{function="json_encode(array_map(function($obj) { return $obj->sessionStore(false);}, $users))"}
|
2013-09-06 22:08:13 +02:00
|
|
|
{else}
|
2013-09-06 23:21:05 +02:00
|
|
|
{if condition="LANG == 'en'"}Nothing to show.{else}Il n'y a rien à afficher.{/if}
|
|
|
|
{/if}
|