{# vim:set softtabstop=2: -#} {% set title = 'Wizard' -%} {#% set refresh = 15 %#} {% include "_header.html" %} {% set active="serial" %}

Serial Number

{% set errors = wizard.errors.get('serial', {}) %} {% if not errors.get('not_obtained') %}

Serial Number of your printer cannot be obtained. Please fill in the S/N, starting with CZP, from the label on the back of your printer.

{% if errors.get('not_valid') %}

Please provide a valid S/N.

{% elif errors.get('new_sn') %}

It looks like you have a new version of our S/N. Please contact our Customer support for help with your registration.

{% endif %}
{% else %}
Serial Number of your printer cannot be obtained, please contact our Customer support.
{% endif %}
{# /col-md-9 so end of content #}
{# /row #}
{# /container #} {% include "_wizard.html" %} {% include "_footer.html" %}