Documents to Compare : {{ documents.length }}
{% else %}Documents to Compare : {{ documents.length - 1 }}
{% endif %}Fields | {% for doc in documents %}{{ doc }} | {% endfor %} {% for fieldname in field_keys %}
---|---|
{{ fieldname }} | {% var values = changed[fieldname] %} {% for value in values %}{{ value }} | {% endfor %}
Fields | {% for table in tables %}|
---|---|
{{ table }} | {% for doc in documents %}{{ doc }} | {% endfor %}
idx : {{ idx }} | |
{{ field }} | {% var values = row_changed[table][idx][field] %} {% for value in values %}{{ value }} | {% endfor %}