{% extends "admin/base.html" %} {% load i18n %} {% load base %} {% block title %}{{ title }} | {% trans 'Configuration of mini-buildd' %}{% endblock %} {% block extrahead %} {% endblock %} {% block branding %}
mini-buildd logo

{% trans 'Configuration of mini-buildd' %}

{% mbd_admin_check_daemon_running %}

Warning: {% if daemon_running %} The daemon is running!  Will be automatically stopped on first change. {% else %} The daemon is stoppedRestart daemon when done. {% endif %}

{% endblock %}