{% extends "common/log_entry/base.html" %} {% load i18n %} {% block log_entry_content %}
{% trans "Receipt created" %}
{{log_entry.content_object.name}} ({{log_entry.content_object.number}}) {% include "common/log_data.html" with data=log_entry.data %} {% endblock %}