]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/project/_cvars.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / project / _cvars.html
1 [% USE HTML  %]
2 <table class="tbl-horizontal">
3 [% FOREACH var = CUSTOM_VARIABLES %]
4 <tr>
5  <th>[% HTML.escape(var.description) %]</th>
6  <td>[% var.HTML_CODE %]</td>
7 </tr>
8 [% END %]
9 </table>