{% extends "non_vue_layout.html" %} {% block content %}

Got it! You will no longer receive emails {% if email_list == 'print_done' %} when a print job is done. {% elif email_list == 'print_cancelled' %} when a print job is cancelled. {% elif email_list == 'other_print_events' %} on other print events. {% elif email_list == 'filament_change' %} when filament needs change. {% elif email_list == 'failure_alert' %} when a possible failure is detected. {% elif email_list == 'heater_status' %} when a heater has reached the target or cooled down. {% else %} on account notifications. {% endif %}


Change notification preferences >>>

{% endblock %}