{% extends "page.html" %} {% block title %} User listing - {{ config.TRACKER_NAME }} {% endblock %} {% block content %}
Username | Real name | Organisation | Email address | Phone number | {% if context.is_edit_ok() %}Retire | {% endif %}
---|---|---|---|---|---|
{{ user.username }} | {{ user.realname.plain() }} | {{ user.organisation.plain() }} | {{ user.address.email() }} | {{ user.phone.plain() }} | {% if context.is_edit_ok() %}retire | {% endif %}