Ronald J Kimball wrote
> [% hash.exists('Project.Start') %] looks up the key 'Project.Start' in 
> the hash stored in the template variable named hash.  I think you want 
> to look up the key 'Start' in the hash stored in the template variable 
> named Project.  That would be [% Project.exists('Start') %].

Thank you very much
 [% Project.exists('Start') %]
 works  perfectly

RCH

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to