{% extends "base.html" %} {% block title %}Overview history — {{ entity_label }}{% endblock %} {% block content %}

Overview history

{{ entity_type }}: {{ entity_label }}

Current

{% if current_content %}
{{ current_content }}
{% else %}

No overview yet.

{% endif %}
{% if versions %}

Previous versions ({{ versions | length }})

{% else %}

No previous versions yet — earlier edits will be saved here automatically.

{% endif %} {% endblock %}