{% extends "common/log_entry/base.html" %} {% load i18n %} {% block log_entry_content %}
{% trans "Document deleted" %}
{% trans "Showing values before deletion" %}
{% include "common/log_data.html" with data=log_entry.data %} {% endblock %}