{% extends "../base.html" %}
{% block content %}
Are you sure you want to display the current layer on the main
Projector/LCD unit of the printer?
{% if slicing %}
This plate is still being processed, the image of some
layers is still missing.
{% endif %}
{% if faulty||risky %}
{% if faulty %}
Faulty layers:
{% for fault in faulties %}
{{fault}}
{% endfor %}
{% endif %}
{% if risky %}
{% if faulty %} {% endif %}
Overhang areas on layers:
{% for hang in overhangs %}
{{hang}}
{% endfor %}
{% endif %}