{% extends "layout/default.html" %} {% block script %} function download(appliance, md5sum) { if (gns3_button(function() { return gns3.download(appliance, md5sum) })) { gns3_notif("success", "You can see the download progress in the Downloads section"); return true; } return false; } {% endblock %} {% block body %}
{{ appliance["description"] | nl2br }}
{{ appliance["usage"] | nl2br }}
{% endif %} {% if "qemu" in appliance %}