{% extends 'generic/_base.html' %} {% block title %}Setup Complete{% endblock %} {% block content %}
The synchronization runner {{ runner.name }} has been created and configured with your credentials and sync settings.
Created: {{ results.custom_fields.created|join:", " }}
{% endif %} {% if results.custom_fields.skipped %}Skipped (already exist): {{ results.custom_fields.skipped|join:", " }}
{% endif %} {% endif %} {% if results.config_contexts %}Created: {{ results.config_contexts.created|join:", " }}
{% endif %} {% if results.config_contexts.skipped %}Skipped (already exist): {{ results.config_contexts.skipped|join:", " }}
{% endif %} {% endif %} {% if results.sync_schedule %}Status: {{ results.sync_schedule.status }}{% if results.sync_schedule.runner %} ({{ results.sync_schedule.runner }}){% endif %}
{% endif %}You can now: