{% extends "layouts/base.html" %} {% block title %}Craig Oates: Users{% endblock %} {% block content %}
Total | Category |
---|---|
{{item.col-totals}} | {% if item.administrator == 0 %} Basic {% else %} Administrator {% endif %} |
Display Name | Username | Account Type | Created | Updated | Options | ||
---|---|---|---|---|---|---|---|
{{user.display-name}} | {{user.username}} | {% if user.administrator == 0 %} Basic {% else %} Administrator {% endif %} | {{user.created-at | date: ((:year 4)"/"(:month 2)"/"(:day 2)" "(:hour 2)":"(:min 2))}} | {% ifnotequal user.updated-at null %} {{user.updated-at | date: ((:year 4)"/"(:month 2)"/"(:day 2)" "(:hour 2)":"(:min 2))}} {% else %} N/A {% endifnotequal %} | Edit |