Add threshold for subtables

This commit is contained in:
2025-03-28 05:42:48 +00:00
parent 2d54c4f7f5
commit 40daa827c4
3 changed files with 73 additions and 34 deletions

View File

@@ -1,5 +1,11 @@
<div class="${title}">
<div class="${classname}">
<h2>${title}</h2>
<tal:block condition="threshold != 0">
<span class='greyed-out'>Display threshold set to ${threshold}%</span>
</tal:block>
<tal:block condition="threshold == 0">
<br>
</tal:block>
<table style="border-collapse:collapse;">
<thead>
<tr>