<%@ include file="/project/include.jsp" %>
<tr>
	<td class="form-label">
		<shell:label prop="simbolo" />
	</td>
	<td class="form-values">
		<bui:out modes="view">
			<j:tile name="shell.plaintext" prop="simbolo" />
		</bui:out>
		<bui:out modes="create, update">
			<j:bind prop="simbolo">
				<j:text class="form-normal-text" size="10"/>
				<shell:error />
			</j:bind>
		</bui:out>
	</td>						
</tr>