2
xmlns:tal="http://xml.zope.org/namespaces/tal"
3
xmlns:metal="http://xml.zope.org/namespaces/metal"
10
tal:condition="view/has_more_comments_and_activity"
11
tal:content="view/next_batch_url"></div>
13
repeat="comment_or_activity view/activity_and_comments">
15
define="comment comment_or_activity/comment|nothing"
17
<tal:comment-box replace="structure comment/@@+box" />
21
define="activity_list comment_or_activity/activity|nothing;
22
activity_date comment_or_activity/date|nothing;
23
activity_person comment_or_activity/person|nothing"
24
condition="activity_list">
26
metal:use-macro="context/@@bugcomment-macros/activity-box" />
30
define="num_hidden comment_or_activity/num_hidden|nothing"
31
condition="num_hidden">
33
metal:use-macro="context/@@bugcomment-macros/break" />