13 lines
294 B
Mako
13 lines
294 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/master/view.mako" />
|
|
|
|
<%def name="modify_this_page_vars()">
|
|
${parent.modify_this_page_vars()}
|
|
<script type="text/javascript">
|
|
|
|
${form.component_studly}Data.employeesData = ${json.dumps(employees_data)|n}
|
|
|
|
</script>
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|