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

Welcome to cmdbsyncer

Open Source — built by Kuhn & Rueß GmbH in Germany.

Build {{ config.BUILD_DATE }}
{% if notices %}

Messages

{% for notice in notices %}
{{ notice.content|safe }}
{% endfor %}
{% endif %}
{% if changelog_html %}

Changelog

Filter

{{ changelog_html|safe }}
{% if older_changelogs %}
Previous releases: {% for entry in older_changelogs %} {{ entry[:-3] }} {% endfor %}
{% endif %}
{% endif %}
{% endblock %}