{% extends "mini_buildd/base.html" %}
{% block title %}{% block page_title %}Setup{% endblock %}{% endblock %}
{% block section %}
{% mbd_get mbd.api.get_setup as custom %}
{% mbd_icon "mini_buildd" "Mini-Buildd" prefix="" %} {{ custom.saved|yesno:"Saved,New" }} Setup
Setup Command Line
{% mbd_file content=custom.setup.command_line %}
{% mbd_api_popup custom.setup %}
{% mbd_icon "debian" "Debian" prefix="" %} Debian
{% mbd_api_popup mbd.api.SETUP_DEBIAN %}
{% mbd_icon "ubuntu" "ubuntu" prefix="" %} Ubuntu
{% mbd_api_popup mbd.api.SETUP_UBUNTU %}
{% mbd_icon "debian" "Debian" prefix="" %}{% mbd_icon "ubuntu" "ubuntu" prefix="" %} Debian & Ubuntu
{% mbd_api_popup mbd.api.SETUP_DEBIAN_UBUNTU %}
{% endblock %}