{% extends "common/log_entry/base.html" %} {% load i18n %} {% block log_entry_content %}
{% trans "Transaction reversed" %}
{% include "log_entry/snippet_transaction.html" with transaction=log_entry.content_object %} {% endblock %}