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