{% block extra_head %}{% endblock %}
PXE Manager
Dashboard
Image Import
PBR Images
{% for it in ['geastandardpbr', 'geaengineerpbr', 'geashopfloorpbr'] %}
{{ all_friendly_names[it] }}
{% endfor %}
Legacy Images
{% for it in ['gestandardlegacy', 'geengineerlegacy', 'geshopfloorlegacy'] %}
{{ 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 %}