{% extends "base_site.html" %} {% load iclock_tags %} {% load i18n %} {% block title %}{% trans 'Upload Employee' %}{% endblock %} {% block breadcrumbs %}

   {%trans "Import Employee to Zone"%}

{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{%trans "Zone"%}{%trans "File type"%}{%trans "Select file"%}

  [{%trans "select zone"%}]
   {%trans 'Here set which zone to upload'%}
{%trans "Employee File"%}   employee.txt
{%trans "If upload employee data must determine the file format is correct"%}
   
{% endblock %}