{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Label Print Request Sent

home
{% if success %} {% if png_url %}

Successfully Created PNG

Label Preview

Download PNG {% else %}

Success - Label Printed

{% endif %} {% else %}

Error Printing Label

{% endif %}

The URL for this print request (which you can edit and use in curl) is:

{{ full_url }}

Home {% endblock %}