{% extends "non_vue_layout.html" %} {% load static %} {% load widget_tweaks %} {% block content %}



{% if succeeded %} {% else %} {% endif %}

{% if succeeded %}

Successfully sent command to OctoPrint to {{ action }} print "{{ printer.current_print.filename|default:'' }} "!

It may take a while to be executed by OctoPrint.

{% else %}

You are trying to {{ action }} a print but {{ printer.name }} is not printing... maybe you clicked a link in an outdated email?

{% endif %}
{% endblock content %}