{% extends "base_.html" %} {% block initializer %} {% endblock %} {% block content %}
{% include "analysis/conf/machines.html" %}
{% if options.remote %} {% if options.remote_datastore %} {% endif %} {% endif %}
Virtualization product{{machinery}}
Type{{options.remote_type}}
Remote{% if options.remote %} yes {%else%} no {%endif%}
IP Address{{options.remote_host}}
Port{{options.remote_port}}
Datastore{{options.remote_datastore}}
{% endblock %}