{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
Firstname | Lastname | Primary group | Status | Scope | Action |
---|---|---|---|---|---|
{{ entry.first_name }} | {{ entry.last_name }} | {{ entry.primary_group.name }} | {% if entry.status != entry.Status.CREATED %} {{ entry.get_status_display }} {% else %} Created {% endif %} | {{ entry.scope.name | default:"None" }} | |
You don't have any user creation request. |