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">
6
<h2>Current details</h2>
7
<div class="portletBody portletContent">
12
<td><tal:branch-type replace="context/branch_type/title" /></td>
14
<tr tal:condition="not:view/owner_is_registrant">
17
<tal:registrant replace="structure context/registrant/fmt:link"/>
20
<tr tal:condition="context/product">
23
<tal:link replace="structure context/product/fmt:link" />
29
<span id="branch-details-status-value"
30
tal:content="context/lifecycle_status/title"
31
tal:attributes="class string:branchstatus${context/lifecycle_status/name}"