04/28 Updated sprint 4 & 5
This commit is contained in:
@@ -208,6 +208,16 @@ tr.dynamic-qr-record:hover {
|
||||
</div>
|
||||
|
||||
<div class="table-container">
|
||||
{% if records_truncated %}
|
||||
<div class="alert alert-warning" style="margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
<span>
|
||||
Showing the most recent <strong>{{ records_limit }}</strong> records.
|
||||
Your current filters match more than {{ records_limit }} entries —
|
||||
please narrow the date range or apply additional filters to see all results.
|
||||
</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if attendance_records %}
|
||||
<table class="attendance-table" id="attendanceTable">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user