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-details">
9
<div class="portletBody"
10
tal:define="bug context/bug">
11
<div class="portletContent">
13
<b>Reported by:</b><br />
14
<a tal:replace="structure context/owner/fmt:link" /><br />
17
<a tal:content="context/bugtargetname"
18
tal:attributes="href string:${context/target/fmt:url}/+bugs">ubuntu</a><br />
22
tal:attributes="title context/datecreated/fmt:datetime"
23
tal:content="context/datecreated/fmt:displaydate" />