{% extends "base.html" %} {% block content %}
History
    {% for entry in history_entries%}
  1. {{entry.operation}}
    {% for attEntry in attribute_entries %} {% if attEntry.history == entry %} {{attEntry.name}}: {{attEntry.value}} {% endif %} {% endfor %}
  2. {% endfor %}
Image
Upload
{% if original_image_base64 %} Original Image {% endif %}
{% comment %}
{% if processed_image_base64 %}

Processed Image

Processed Image {% endif %}
{% endcomment %}
Tools
Attributes
{% include "editorScript.html" %} {% endblock content %}