{% if platform == 'vmware' %}
{% if instructions.notes %}
{% for note in instructions.notes %}
{{ note }}
{% endfor %}
{% else %}
Download the OVF and deploy it via VMware vSphere.
{% endif %}
{% else %}
{% if instructions.command %}
{% elif instructions.download_link %}
Download the installer and run it.
{% else %}
{{ instructions }}
{% endif %}
{% endif %}