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"
5
class="portlet" id="portlet-recently-touched-bugs"
6
tal:define="recently_updated_bugtasks view/getMostRecentlyUpdatedBugTasks"
7
tal:condition="recently_updated_bugtasks">
8
<h2>Latest bugs touched</h2>
11
<tal:per_task repeat="bugtask recently_updated_bugtasks"
12
replace="structure bugtask/@@+listing-detailed"/>