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

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

{% if "dummy"|mbd_daemon_is_running %} Warning: The daemon is running!  It's recommended to stop it for extensive maintenance. {% else %} The daemon is stoppedRestart it when done. {% endif %}

{% endblock %}