%% for name, value in globals.manager.items() %% if name != 'machine' {{ value }} %% endif %% endfor {{ globals.passwdfile }} {% for name, component in atmosphere.items() %} {% include '%s.xml' % component.type %} {% endfor %} {% for name, component in flow['input'].items() %} {% include '%s.xml' % component.type %} {% endfor %} {% for name, component in flow['encoder_video'].items() %} {% include '%s.xml' % component.type %} {% endfor %} {% for name, component in flow['encoder_audio'].items() %} {% include '%s.xml' % component.type %} {% endfor %} {% for name, component in flow['muxer'].items() %} {% include '%s.xml' % component.type %} {% endfor %} {% for name, component in flow['streamer'].items() %} {% include '%s.xml' % component.type %} {% endfor %}