{% extends 'email/layout.html' %} {% block email_content %}

Hi {{ print.printer.user.first_name|default:"" }},

Heads up! Your printer requires filament change.

{% if img_url %}
Print Snapshot
{% endif %}
File name: {{ print.filename }}
Printer: {{ print.printer.name }}
No longer want to receive print notifications by email? Unsubscribe or change notification preferences.
{% endblock %}