diff --git a/valuenetwork/templates/valueaccounting/exchange_logging.html b/valuenetwork/templates/valueaccounting/exchange_logging.html index 24f52d4c1..cec5595d1 100644 --- a/valuenetwork/templates/valueaccounting/exchange_logging.html +++ b/valuenetwork/templates/valueaccounting/exchange_logging.html @@ -516,6 +516,13 @@

{% trans "Change Transfer" %}

{% if xfer.description %}
{{ xfer.description|urlize|linebreaks }}
{% endif %} + {% if xfer.events.all %} + {% with xfer.events.all|first as event %} + {% if event.description %} +
{{ event.description|urlize|linebreaks }}
+ {% endif %} + {% endwith %} + {% endif %} {% endif %} {% endfor %}