Files
2026-05-13 09:43:32 -04:00

1 line
305 B
Smarty

<table border=1><tr>{foreach item=Caption from=$HeaderCaptions}<td x:str>{$Caption}</td>{/foreach}</tr>{foreach item=Row from=$Rows name=RowsGrid}<tr>{foreach item=RowColumn from=$Row}<td{if $RowColumn.Align != null} align="{$RowColumn.Align}"{/if}>{$RowColumn.Value}</td>{/foreach}</tr>{/foreach}</table>