We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718d677 commit bbbfe3bCopy full SHA for bbbfe3b
app/views/regions/awaiting-approval.html
@@ -26,7 +26,7 @@ <h1 class="nhsuk-heading-l">Awaiting approval</h1>
26
<div class="nhsuk-grid-row">
27
<div class="nhsuk-grid-column-full">
28
29
-
+ {% if (organisations | length) > 0 %}
30
31
<table role="table" class="nhsuk-table-responsive">
32
<thead role="rowgroup" class="nhsuk-table__head">
@@ -79,6 +79,11 @@ <h1 class="nhsuk-heading-l">Awaiting approval</h1>
79
</tbody>
80
</table>
81
82
+ {% else %}
83
+
84
+ <p>There are no organisations awaiting approval.</p>
85
+ {% endif %}
86
87
</div>
88
89
0 commit comments