<%@ include file="/project/include.jsp" %>

<c:if test="${!empty commDto}">
	<shell:highlight>
		<img src="${j:getResourceUrlOfModule('commons','img/entities/commissione.gif')}" border="0" align="middle"/><span class="form-data">[${commDto.codiceIcaro}]&nbsp;${commDto.descrizione} - Commissione del ${commDto.data}&nbsp;</span>
		<br/>
		<span class="generic-label">${j:bundle('LBL_tipoCommissione')}:&nbsp;<strong>${commDto.tipoCommissione}</strong>&nbsp;&nbsp;&nbsp;
		${j:bundle('LBL_domande_commissione_servizioProponente')}:&nbsp;<strong>${commDto.servizioProponente}</strong>&nbsp;&nbsp;&nbsp;
		<br/>
	</shell:highlight>
</c:if>