Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | Machine Overview |
2 | Generated at {{ timestamp }}. | ||||
3 | {% for machine, data in data|dictsort %} | ||||
4 | |||||
5 | MACHINE: {{ 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 %} |