{% extends "base.html" %} {% block title %}Blueprint {{ blueprint.name }} | left4me{% endblock %} {% block content %} Blueprint: {{ blueprint.name }} Delete Name Overlay order matters: the first overlay has highest precedence. {% for overlay in selected_overlays %} ⋮⋮ {{ overlay.name }} × {% endfor %} No overlays selected. Pick one below to add. Add overlay Pick a name… {% for overlay in available_overlays %} {{ overlay.name }} {% endfor %} Arguments {{ arguments | join('\n') }} Config {{ config_lines | join('\n') }} Save blueprint Delete blueprint "{{ blueprint.name }}"? × This cannot be undone. Blueprints in use by a server cannot be deleted. {% endblock %}
Overlay order matters: the first overlay has highest precedence.
No overlays selected. Pick one below to add.
This cannot be undone. Blueprints in use by a server cannot be deleted.