{% include "root_header_begin.html" %} {% include "template/header_jquery.html" %} {% include "root_header_end.html" %} {% include "template/sidebar_start.html" %} {% include "template/sidebar_main.html" %} {% include "template/sidebar_end.html" %}
Templates
{% for template_key in template_keys %} {% endfor %} {% for template_key in template_keys %} {% endfor %}
{{ template_title_dict[template_key] }}
{% if template_key == 'zip_file' %} {% elif template_key in template_edit_dict %} {% if template_edit_dict[template_key] == 'text' %} {% elif template_edit_dict[template_key] == 'lookup' %} User {% endif %} {% endif %}


{% for template_key in template_keys %} {% endfor %} {% for template in template_dict %} {% for template_key in template_keys %} {% endfor %} {% endfor %}
{{ template_title_dict[template_key] }}
{% if template_key == 'zip_file' %} {% if template_dict[template]['path_type'] > 1 %} {% else %} Cannot Update System Templates {% endif %} {% else %} {% if template_key in template_edit_dict %} {% if template_edit_dict[template_key] == 'text' %} {% elif template_edit_dict[template_key] == 'lookup' %} {{ template_lookup_dict[template_key][template_dict[template]['path_type']] }} {% endif %} {% else %} {{ template_dict[template][template_key] }} {% endif %} {% endif %}

The artwork process will be tiggered when a template is uploaded.


{% include "root_footer.html" %}