{# The plan for pushing one dataset; nothing has been sent yet. #}
{% if plan.kind == 'create' %}

{{ hub_url }} has no dataset named {{ name }}; pushing creates it with {{ plan.added|length }} entities.

{% elif plan.kind == 'identical' %}

{{ name }} on {{ hub_url }} is identical to the local dataset. Nothing to send.

{% else %}

{{ name }} on {{ hub_url }} differs from the local dataset. Nothing is changed until you choose to replace it.

{% include "hub/_plan.html" %} {% endif %} {% if plan.kind != 'identical' %}
{% if plan.kind == 'differs' %}{% endif %}
{% endif %}