File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments