{% set page_group = "employee" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

{{box_title}}

{% for user in users %} {% if user.last_sign_in_stamp %} {% else %} {% endif %} {% endfor %}
Employee Info Registered Since Last Sign-in Status/Actions
{{user.display_name}}

{{user.sign_up_stamp | date("l")}}
{{user.sign_up_stamp | date("M j, Y g:i a")}}
{{user.last_sign_in_stamp | date("l")}}
{{user.last_sign_in_stamp | date("M j, Y g:i a")}}
Brand new!
{% if user.enabled == 0 %} {% elseif user.active == 0 %} {% else %} {% endif %}


Jump to Page: • Show:
{% if page.showAll == 1 %} {% endif %}
{% include 'components/footer.html' %}