?>
	<form id="<?php 
echo $type;
?>
Form" class="form-horizontal" action="<?php 
echo $class->getDataServiceURL();
?>
" method="post" role="form">
		<div class="edit">
			<input type="hidden" id="<?php 
echo $type;
?>
id" name="id" value="<?php 
echo $id;
?>
"/>
			<input type="hidden" name="tenantid" value="<?php 
echo $tenantID;
?>
"/>
			<input type="hidden" id="type" name="type" value="<?php 
echo $type;
?>
"/>
			<?php 
Forms::renderForm($class, $entity, $id, $tenantID, $parentid);
?>
	        			
		</div>
	</form>