Skip to content

Commit a4123b7

Browse files
committed
clinician yes no changes
1 parent f616c21 commit a4123b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/views/user-admin/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
5555
<th role="columnheader" class="" scope="col">
5656
Email address
5757
</th>
58+
<th role="columnheader" class="" scope="col">
59+
Clinician
60+
</th>
5861
<th role="columnheader" class="" scope="col">
5962
Permission level
6063
</th>
@@ -80,6 +83,13 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
8083
{% endif %}
8184
</td>
8285
<td class="nhsuk-table__cell ">{{ user.email }}</td>
86+
<td class="nhsuk-table__cell ">
87+
{% if userOrganisationSettings.clinician %}
88+
Yes
89+
{% else %}
90+
No
91+
{% endif %}
92+
</td>
8393
<td class="nhsuk-table__cell ">{{ userOrganisationSettings.permissionLevel }}</td>
8494
<td class="nhsuk-table__cell ">{{ userOrganisationSettings.status }}</td>
8595
<td class="nhsuk-table__cell app-table__cell--right-aligned">

0 commit comments

Comments
 (0)