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

Welcome to cmdbsyncer

This tool is Open Source and developed by Kuhn & Rueß GmbH in Germany.

Links

Build: {{config.BUILD_DATE}}

{% if notices %}

Messages

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

Changelog

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