[%
    hosts = [];

    FOREACH standort IN standorte;
        FOREACH host IN standort.hosts;
	    hosts.push(host);
	END;
    END;

    IF component.name.match('/');
        component_path = component.name.replace( '[^/]+\z', '' );
    ELSE;
        component_path = '';
    END;
    INCLUDE "${component_path}../gen.hostlist/hostextinfo-common";
-%]
