# modifier1 mountpoint interpreter callable chdir requests exceptions {% for w in uwsgi.workers %} {% for app in w.apps %} {{ app.id }} {{ app.modifier1 }} {{ app.mountpoint.decode|pprint }} {{ app.interpreter }} {{ app.callable }} {{ app.chdir.decode|pprint }} {{ app.requests }} {{ app.exceptions }} {% endfor %} {% endfor %}