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

Select & Upload an image for GNS3

File path:
File type:

{%if files%}

Files on {{gns3_host}}

{%for file in files%}

{{file}}

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