This commit is contained in:
2025-09-22 15:30:26 +08:00
parent 4d272e82a4
commit f2a1eb90f6
4 changed files with 244 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
</thead>
<tbody>
{% for item in items %}
<tr {% if loop.index <= 3 %}class="highlight"{% endif %}>
<tr>
<td class="item-name">{{ item.name }}</td>
<td class="price">{{ item.price }}</td>
<td class="sample">{{ item.sample_size }}</td>