<%@ include file="/project/include.jsp" %>
	
<c:choose>
	<c:when test="${dto_mode == 'standard'}">
		<shell:grid description="dataInizio,10%; dataFine,10%; denominazione,50%; ente,15%; servizio,15%" />
	</c:when>
	<c:when test="${dto_mode == 'from_sgti'}">
		<j:tile name="commons.infoHighlight" infoimg_1="${j:getResourceUrlOfModule('commons','img/entities/intervento.gif')}" infodesc_1="${descrizioneEntity}" />
		<shell:grid description="dataInizio,10%; dataFine,10%; denominazione,50%; tariffarioComune,30%" />
	</c:when>
	<c:otherwise>
		<shell:grid description="dataInizio,10%; dataFine,10%; denominazione,80%" />
	</c:otherwise>
</c:choose>