~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div
  xmlns:tal="http://xml.zope.org/namespaces/tal"
  xmlns:metal="http://xml.zope.org/namespaces/metal"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  class="portlet" id="portlet-details">
   <h2><span tal:replace="context/title">BUILDER</span> details</h2>
   <div class="portletBody portletContent">

     <b>Name</b>: <span tal:replace="context/title"/><br/>

     <b>Architecture</b>: <span tal:replace="context/processor/title"/><br/>

     <b>Location</b>: <span tal:replace="context/url"/><br/>

     <b>Virtual</b>: <span tal:replace="context/virtualized"/><br/>

     <b>Description</b>
     <div tal:content="structure context/description/fmt:text-to-html"/>

     <b>Status</b>
     <div tal:content="structure context/status/fmt:text-to-html"/>

     <b>Owner</b>
     <a tal:replace="structure context/owner/fmt:link">OWNER</a>
   </div>
</div>