{{ item.webapp_name }}
{{ item.webapp_group }}
{{ item.version }}
{% if item.description is defined %}
{{ item.description }}
{% endif %}
{% if webapp_proxy_endpoint is defined %}
{{ webapp_proxy_endpoint }}
{% if webapp_proxy_protocol == 'https' %}
{{ webapp_proxy_port | default ('443') }}
{% elif webapp_proxy_protocol == 'http' %}
{{ webapp_proxy_port | default ('80') }}
{% else %}
{{ webapp_proxy_port }}
{% endif %}
{% endif %}
{% if item.persistence_location is defined %}
{% endif %}
{% if item.exclude_handlers is defined %}
{% for eh in item.exclude_handlers %}
{% endfor %}
{% endif %}
{% if item.include_handlers is defined %}
{% for ih in item.include_handlers %}
{% endfor %}
{% endif %}