{# Changes -- This macro is used to render change details in a documents change log entry. -------------------------------------------------------------------------------- {%- import "components/changes.html" as _changes -%} {% call _results.column() %} {{ _changes.changes(item.details) }} {% endcall %} {%- endblock %} -------------------------------------------------------------------------------- #} {% macro changes(entry) -%} {% if entry %}