Node Sync Complete
Endpoints: {{ result.endpoints|default:0 }} Created: {{ result.created_devices|default:0 }} Updated: {{ result.updated_devices|default:0 }} {% if result.runtime_seconds %} {{ result.runtime_seconds }}s {% endif %}
{% if result.errors %}
{% for error in result.errors %}
{{ error }}
{% endfor %}
{% endif %}