2
xmlns:tal="http://xml.zope.org/namespaces/tal"
3
xmlns:metal="http://xml.zope.org/namespaces/metal"
4
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
7
<div class="boardCommentDetails"
8
tal:attributes="id string:detail_${context/name}_${context/version}">
10
<strong><a tal:content="context/version"
11
tal:attributes="href context/fmt:url">2.0.39</a></strong>
15
<tal:block repeat="publishing context/publishing_history"
16
replace="structure publishing/@@+listing-compact">
22
<div class="boardCommentBody">
23
<div tal:attributes="id string:body_${context/name}_${context/version}">
24
<pre style="margin: 0 0 0.3em 0"
25
tal:attributes="id string:${context/name}_${context/version}"
26
tal:content="structure context/change_summary" />
28
<tal:diffs replace="structure context/@@+diffs" />