This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.dms.thesaurus/src/collective/dms/thesaurus/thesaurus-keyword-equivs-di...

9 lines
337 B
XML

<tal:display condition="view/terms"
>[<tal:equiv-terms repeat="value view/terms"
><span tal:content="value"
/><span tal:condition="not:repeat/value/end"
tal:replace="python:', '"
/></tal:equiv-terms>]</tal:display>
<em tal:condition="not:view/terms">(nothing)</em>