mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
show only the first 5 rows
This commit is contained in:
@@ -55,7 +55,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for notification in notifications %}
|
{{ notifications}}
|
||||||
|
{% for notification in notifications[:5] %}
|
||||||
{% if notification %}
|
{% if notification %}
|
||||||
<tr class="table-row" id="{{ notification.job.id }}">
|
<tr class="table-row" id="{{ notification.job.id }}">
|
||||||
<th class="table-field">
|
<th class="table-field">
|
||||||
|
|||||||
Reference in New Issue
Block a user