{% extends "layout/default.html" %} {% block body %}
{{ appliance["description"] | nl2br }}
{{ appliance["usage"] | nl2br }}
{% endif %} {% if "qemu" in appliance %}File available: {{image_path}}
{% else %}File not available
{% if "direct_download_url" in image %} Download {% elif "download_url" in image %} Download {% endif %} {% endif %}