{% for ele in conflictNodeList %}
{% with ele|first as node %}
{% with ele|last as version %}
{% include 'template_editor/TreeNode.html' with node=node version=version %}
{% endwith %}
{% endwith %}
{% endfor %}
{% trans "File size" %}{% trans "Update time" %}{% trans "Version" %}
{% for root in roots %}
{% include 'template_editor/TreeNode.html' with node=root %}
{% endfor %}