~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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<tal:root
  xmlns:tal="http://xml.zope.org/namespaces/tal"
  xmlns:metal="http://xml.zope.org/namespaces/metal"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  omit-tag="">

<tal:comment replace="nothing">
  This is here so that these details can be re-used in all the
  distr*sourcepackagerelease classes
</tal:comment>
<b>Uploaded By:</b>
<a tal:replace="structure context/creator/fmt:link">Foo Bar</a><br />

<b>Maintainer:</b>
<a tal:replace="structure context/maintainer/fmt:link">Foo Bar</a><br />

<b>Maintainer defaults:</b><sup>*</sup><br />
<div style="margin-left: 10px;">
  <b>Urgency:</b>
  <span tal:replace="context/urgency/title">High</span><br />

  <b>Component:</b>
  <span tal:replace="context/component/name">main</span><br />

  <b>Architectures:</b>
  <span tal:replace="context/architecturehintlist">i386, ppc</span><br />
</div>
<div style="font-size: 80%;">
<sup>*</sup> actual publishing details may vary in this distribution, these
are just the package defaults.
</div>

<b>Initially uploaded to:</b><br />
<a tal:content="context/upload_distroseries/distribution/displayname"
   tal:attributes="href context/upload_distroseries/distribution/fmt:url"
   >Ubuntu</a>
<a tal:content="context/upload_distroseries/displayname"
   tal:attributes="href context/upload_distroseries/fmt:url"
   >Warty</a>
</tal:root>