EuroTcl2026: ADP - The NaviServer Web Anti-Framework

What Do I Miss?

<table>
<tr><th> … ADP for table headers … </th><tr>
  <adp:foreach outcome [filteredSortedOutcomeList]>
    <tr> … ADP code for rendering the table row for $outcome … </tr>
    <adp:ifempty>
      … ADP code for rendering an row indicating not outcomes are available …
    </adp:ifempty>
  </adp:foreach>
</table>