3
xmlns="http://www.w3.org/1999/xhtml"
4
xmlns:tal="http://xml.zope.org/namespaces/tal"
5
xmlns:metal="http://xml.zope.org/namespaces/metal"
6
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
7
metal:use-macro="view/macro:page/main_only"
8
i18n:domain="launchpad"
13
<div metal:fill-slot="heading">
14
<h1 tal:content="view/page_title"/>
17
<div metal:fill-slot="main">
18
<div class="top-portlet">
19
<tal:navlinks replace="structure context/@@+related-software-navlinks"/>
22
<div id="packages" class="top-portlet">
25
replace="structure view/batchnav/@@+navigation-links-upper" />
27
<tal:synchronised-packages
28
define="spphs view/batch">
30
<table class="listing" tal:condition="spphs">
43
<div metal:use-macro="context/@@+person-macros/spphs-rows" />
47
<tal:navigation_bottom
48
replace="structure view/batchnav/@@+navigation-links-lower" />
50
<tal:no_packages condition="not: spphs">
51
<tal:name replace="context/fmt:displayname"/> has not synchronised any packages.
54
</tal:synchronised-packages>