When using php's smarty you sometimes want to use { and } (curly braces) in .tpl files.

For such things you can use the {literal}{what you want to do}<!-- {} -->{/literal} statement.

Detailed explanation at the smarty documentation page.