<div>
<div id="operator_content" class="zen-container">
							<form method="post" name="zen_operators" id="zen_operators">
							<div class="col-md-2" style="padding-left:0px;">
							<a class="btn btn-danger" id="delete_zen_operators">{{ delete }}</a>
								</div>
								  <table id="zen_operators" class="table fix-table">
									<thead>
										<tr>
											<th><input type="checkbox" value="o_op" id="del_op_master"></th>
											<th>{{ text_operatori }}</th>
											<th>{{ text_last_act }}</th>
											<th>{{ text_action }}</th>
										</tr>
									</thead>
									<tbody id="zen_op_content"></tbody>
								</table>
								<div style="clear:both;"></div>
							</form>
					</div>
</div>

				