{% 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 deactivated on first change. {% else %} The daemon is stoppedCheck/activate daemon when done. {% endif %}

{% endblock %}