Hallo Stephan
you can't iterate over a string!
That's working:
<dtml-if "money=='1000'">
This is not much!
<dtml-elif "money=='5000'">
This is ok!
<dtml-else>
This is very much!
</dtml-if>