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