{% extends "../base.html" %} {% block content %}

Resin Profiles {% if !profiles %} Add a new resin profile {% endif %} Import a resin profile

{% if profiles %} {% for profile in profiles %} {% endfor %} {% else %} {% endif %}
Title Layer Thickness Micron Cure Time Second Default Actions
{{profile.Title}} {{profile.Depth|floatformat}} {{profile.CureTime|floatformat}} {% if defaultProfile==profile.ProfileID %} Set default resin profile {% else %} Set default resin profile {% endif %} {% if !profile.ManufacturerLock %} Edit Delete {% endif %} Clone {{ icon(compare_icon) }} Compare Export Are you sure you want to delete this profile?
No Profile

{% endblock %}