Import result for {{ site }}
Inserted: {{ result.inserted }}
Updated: {{ result.updated }}
Skipped: {{ result.skipped }}
{% if result.errors %}
Errors
{% for e in result.errors %}
{{ e }}
{% endfor %}
{% endif %}
Back to graph