{% 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 %} {% else %} Set default resin profile {% endif %} Edit Delete Clone Export Are you sure you want to delete this profile?
No Profile

{% endblock %}