~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
<div
  xmlns:tal="http://xml.zope.org/namespaces/tal"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
  id="global-actions" class="portlet vertical"
  tal:condition="view/enabled_links">
  <ul>
    <li tal:repeat="link view/enabled_links">
      <a tal:replace="structure link/fmt:icon-link" />
    </li>
  </ul>
</div>