{% include "housekeeping/base/header.tpl" %} {% set searchUsersActive = " active " %} {% include "housekeeping/base/navigation.tpl" %}

Search Users

{% include "housekeeping/base/alert.tpl" %}

Here you can search users by the field of your choice, and the requested input by you


{% if players|length > 0 %}

Search Results

{% set num = 1 %} {% for player in players %} {% set num = num + 1 %} {% endfor %}
ID Name Email Look Mission Credits Duckets Last online Date joined
{{ player.id }} {{ player.name }} {{ player.email }} {{ player.mission }} {{ player.credits }} {{ player.pixels }} {{ player.getReadableLastOnline() }} {{ player.getReadableJoinDate() }}
{% endif %} {% include "housekeeping/base/footer.tpl" %}