- (configurable) default HTML quoting.
- In-template conditionals and loops. Something along the lines of:
<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>