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"
7
<div class="portlet" id="portlet-details">
8
<h2><span tal:replace="context/name" /></h2>
10
<div class="portletBody portletContent">
13
<span tal:replace="context/title" /><br />
16
<a tal:attributes="href context/team/fmt:url"
17
tal:content="context/team/displayname" /><br />
21
tal:attributes="title context/dateopens/fmt:datetime"
22
tal:content="context/dateopens/fmt:approximatedate" /><br />
26
tal:attributes="title context/datecloses/fmt:datetime"
27
tal:content="context/datecloses/fmt:approximatedate" /><br />
30
<span tal:replace="context/type/title" /><br />
33
<span tal:replace="context/secrecy/title" /><br />