{% block extra_head %}{% endblock %}
PXE Manager
Dashboard
Image Import
Tools
startnet.cmd
Clonezilla Backups
Blancco Reports
Audit Log
GE Aerospace Images
{% for it in all_image_types if it.startswith('gea-') %}
{{ all_friendly_names[it] }}
{% endfor %}
GE Legacy Images
{% for it in all_image_types if it.startswith('ge-') and not it.startswith('gea-') %}
{{ 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 %}