{% extends "admin/base.html" %} {% load i18n %} {% load base %} {% block title %}{{ title }} | {% trans 'Configuration of mini-buildd' %}: {% mbd_title %}{% endblock %} {% block extrahead %} {% endblock %} {% block branding %}
{% if "dummy"|mbd_daemon_is_running %} Warning: The daemon is running! It's recommended to stop it for extensive maintenance. {% else %} The daemon is stopped! Restart it when done. {% endif %}