in reply to Re: Re: Re: Template Toolkit and booleans
in thread Template Toolkit and booleans
<table width="100%"><tr> [% FOREACH priv = [ "upload", "inspect", "download", "admin" ] %] [% field = "priv_$priv" %] <td align="center">[% priv %] = "[%- line.$field -%]" </td> [% END %] </tr></table>
And now I can simplify it to this .. Thanks!
--t. alex
|
|---|