blob: facb10656cc96787ae78da714714af6021174b92 [file] [log] [blame]
Ethan Yonker5987fc12016-12-16 09:55:13 -06001---
2layout: none
3---
4[
bigbiff bigbiff791879d2017-08-27 14:40:00 -04005 {% for oem in site.collections %}
6 {% assign name = oem.label %}
7 {% case name %}
8 {% when "faq" %}
9 {% continue %}
10 {% when "app" %}
11 {% continue %}
12 {% when "terms" %}
13 {% continue %}
14 {% when "oem" %}
15 {% continue %}
16 {% endcase %}
17 {% for device in site[name] %}
18 {
19 "title" : "{{ device.title | escape }} -- {{ device.codename }}",
20 "url" : "{{ device.url }}",
21 "dlfolder" : "{{ device.downloadfolder }}",
22 "recovery" : "{{ device.ddof }}"
23 }{% unless lastouterloop == "true" and lastinnerloop == "true" and forloop.rindex == 1 %}, {% endunless %}
24 {% if forloop.rindex == 1 %}
25 {% assign lastinnerloop = "true" %}
26 {% endif %}
27 {% endfor %}
28 {% if forloop.rindex == 2 %}
29 {% assign lastouterloop = "true" %}
30 {% endif %}
Ethan Yonker5987fc12016-12-16 09:55:13 -060031 {% endfor %}
bigbiff bigbiff791879d2017-08-27 14:40:00 -040032
Ethan Yonker5987fc12016-12-16 09:55:13 -060033]