<%@ include file="/project/include.jsp" %>
<tr>
	<td class="form-label">
		<shell:label prop="annoRif" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="annoRif" />
		</bui:out>
	</td>
</tr>
<tr>
	<td class="form-label">
		<shell:label prop="tipoInvio" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="tipoInvio" />
		</bui:out>
	</td>
</tr>
<tr>
	<td class="form-label">
		<shell:label prop="meseRif" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="meseRif" />
		</bui:out>
	</td>
</tr>