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.
themis.fields/themis/fields/pointingdocs_display.pt

10 lines
370 B
XML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<span tal:repeat="item view/pointing_docs">
<a tal:attributes="href item/from_path">
<span class="selected-option" tal:content="item/from_object/Title" />
</a><tal:block condition="not:repeat/item/end">, </tal:block>
</span>
</html>