%STARTINCLUDE%%WORKFLOWHISTORY{
   "%OBJECT{default="%BASEWEB%.%BASETOPIC%"}%"
   header="<h2 >%TRANSLATE{"History"}%</h2>
<table class='foswikiTable foswikiFlatTable foswikiFullWidth foswikiStripes foswikiLayoutTable'>
<thead>
   <tr>
      <th>%TRANSLATE{"Rev"}%</th>
      <th>%TRANSLATE{"Person"}%</th>
      <th>%TRANSLATE{"State"}%</th>
      <th>%TRANSLATE{"Comment"}%</th>
      <th>%TRANSLATE{"Date"}%</th>
   </tr>
<thead><tbody>"
   format="<tr>
      <td> <b>[[%OBJECT{default="%BASEWEB%.%BASETOPIC%"}%?rev=$rev][$rev]]</b> </td>
      <td> [[$wikiusername]] </td>
      <td> $percntTRANSLATE{\"$state\"}$percnt </td>
      <td> $comment </td>
      <td> $date </td>
   </tr>"
   footer="</tbody></table>"
   separator="$n"
}%%STOPINCLUDE%
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.