{% extends 'babybuddy/page.html' %} {% load bootstrap widget_tweaks %} {% block title %}Users{% endblock %} {% block breadcrumbs %}
User | First Name | Last Name | Staff | Active | Actions | |
---|---|---|---|---|---|---|
{{ object.username }} | {{ object.first_name }} | {{ object.last_name }} | {{ object.email }} | {{ object.is_staff|bool_icon }} | {{ object.is_active|bool_icon }} | |
No users found. |