{% extends "admin/base.html" %} {% load i18n %} {% load base %} {% block title %}{{ title }} | {% trans 'Configuration of mini-buildd' %}{% endblock %} {% block extrahead %} {% endblock %} {% block branding %}
{% mbd_admin_check_daemon_running %}Warning: {% if daemon_running %} The daemon is running! Will be automatically stopped on first change. {% else %} The daemon is stopped! Restart daemon when done. {% endif %}