{% extends "layout.html" %} {% block body %}

Select & Upload an image for GNS3

File:

{%if files%}

Files on {{gns3_host}}

{%for file in files%}

{{image_path}}/{{file}}

{%endfor%} {%endif%} {% endblock %}