1Machine Overview
2Generated at {{ timestamp }}.
3{% for machine, data in data|dictsort %}
4
5MACHINE: {{ machine }}
6{% for recipe in recipes|sort %}
7{% if recipe in data %}
8{% set details = data[recipe] %}
9{{ details.recipe }}: {{ details.version }}
10{% endif %}
11{% endfor %}
12{% endfor %}
13