{% block extra_head %}{% endblock %}
PXE Manager
Dashboard
Image Import
Tools
startnet.cmd
Clonezilla Backups
GE Aerospace Images
{% for it in ['gea-standard', 'gea-engineer', 'gea-shopfloor'] %}
{{ all_friendly_names[it] }}
{% endfor %}
GE Legacy Images
{% for it in ['ge-standard', 'ge-engineer', 'ge-shopfloor-lockdown', 'ge-shopfloor-mce'] %}
{{ all_friendly_names[it] }}
{% endfor %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}