{% extends 'admin/master.html' %} {% block body %}

Welcome to CMDBsyncer

These steps take you from an empty installation to a running, scheduled sync. Every step checks itself off automatically as soon as it is done — no matter where you did it.

{{ done_count }} of {{ total_count }} steps completed
{% for step in steps %}
{% if step.done %}{% else %}{{ loop.index }}{% endif %}
{{ step.title }}

{{ step.description }}

{% if not step.done %} {{ step.action[0] }} {% else %} {{ step.action[0] }} {% endif %} Documentation
{% endfor %}
{% endblock %}