{% extends "modern/base.html" %} {% block title %}Print Result - Zebra Day{% endblock %} {% block content %}

{% if success %} Success {% else %} Failed {% endif %}

{% if success %}

Your label has been sent to the printer successfully.

{% else %}

{{ error_message | default('An error occurred while printing.') }}

{% endif %} {% if full_url %}
Save this URL to quickly repeat this print request
{% endif %}
{% if png_url %}

Label Preview

Open Full Size
Label preview
{% else %}

Label Preview

Preview sent directly to printer

PNG preview is only available when using the dl_png virtual printer
{% endif %}
{% endblock %}