{% extends "layout/default.html" %} {% block script %} function download(device, md5sum) { if (gns3_button(function() { return gns3.download(device, md5sum) })) { gns3_notif("success", "You can see the download progress in the Downloads section"); return true; } return false; } {% endblock %} {% block body %}