{# The caller's hub datasets, each with where a pull lands. #}

Your datasets on {{ hub_url }}:

{% if rows %} {% for record, target in rows %} {% endfor %}
NameProfileEntitiesPull would
{{ record.name }} {{ record.profile }} {{ record.version }} {{ record.entity_count }} {% if target.kind == 'new' %}save it as {{ target.name }} {% elif target.kind == 'identical' %}change nothing (identical here) {% else %}save it beside the differing local one as {{ target.name }}{% endif %} {% if target.kind != 'identical' %} {% endif %}
{% else %}

None yet.

{% endif %}