{% extends "mini_buildd/base.html" %} {% block title %}{% block titledup %}{{ mbd.daemon.model }} ({{ mbd.daemon.is_alive|yesno:"running,stopped" }}) {% endblock %}{% endblock %} {% block tooltip %}Powered {{ mbd.daemon.is_alive|yesno:'on,off' }}{% endblock %} {% block menu %}
  • {% mbd_api_popup "power" %}
  • {% endblock %} {% block content %}

    Event Queue ({{ view.mbd_events_ongoing }} ongoing)

    {% include "mini_buildd/includes/events.html" with events=view.mbd_events id="mbd-home-events" %} {% endblock %}