@@ -40,8 +40,8 @@ <h3 id="individual-nominees">Individual Members (Max. {{ seats }} Seat{{ seats |
4040 < div class ="nominees-buttons-row ">
4141 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
4242 </ div >
43- {% for individual in nominees.individual_members %}
44- {{ nominee::individual(individual=individual ) }}
43+ {% for candidate in nominees.individual_members %}
44+ {{ nominee::candidate(candidate=candidate ) }}
4545 {% endfor %}
4646 </ div >
4747 {% endif %}
@@ -54,8 +54,8 @@ <h3 id="ecosystem-nominees">Ecosystem Members (Max. {{ seats }} Seat{{ seats | p
5454 < div class ="nominees-buttons-row ">
5555 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
5656 </ div >
57- {% for representative in nominees.ecosystem_members %}
58- {{ nominee::project(representative=representative ) }}
57+ {% for candidate in nominees.ecosystem_members %}
58+ {{ nominee::candidate(candidate=candidate ) }}
5959 {% endfor %}
6060 </ div >
6161 {% endif %}
@@ -67,8 +67,8 @@ <h3 id="associate-nominees">Associate Members (Max. {{ seats }} Seat{{ seats | p
6767 < div class ="nominees-buttons-row ">
6868 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
6969 </ div >
70- {% for representative in nominees.associate_members %}
71- {{ nominee::project(representative=representative ) }}
70+ {% for candidate in nominees.associate_members %}
71+ {{ nominee::candidate(candidate=candidate ) }}
7272 {% endfor %}
7373 </ div >
7474 {% endif %}
@@ -80,8 +80,8 @@ <h3 id="platinum-nominees">Platinum Members (Max. {{ seats }} Seat{{ seats | plu
8080 < div class ="nominees-buttons-row ">
8181 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
8282 </ div >
83- {% for representative in nominees.platinum_members %}
84- {{ nominee::project(representative=representative ) }}
83+ {% for candidate in nominees.platinum_members %}
84+ {{ nominee::candidate(candidate=candidate ) }}
8585 {% endfor %}
8686 </ div >
8787 {% endif %}
@@ -93,8 +93,8 @@ <h3 id="gold-nominees">Gold Members (Max. {{ seats }} Seat{{ seats | pluralize }
9393 < div class ="nominees-buttons-row ">
9494 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
9595 </ div >
96- {% for representative in nominees.gold_members %}
97- {{ nominee::project(representative=representative ) }}
96+ {% for candidate in nominees.gold_members %}
97+ {{ nominee::candidate(candidate=candidate ) }}
9898 {% endfor %}
9999 </ div >
100100 {% endif %}
@@ -106,8 +106,8 @@ <h3 id="silver-nominees">Silver Members (Max. {{ seats }} Seat{{ seats | plurali
106106 < div class ="nominees-buttons-row ">
107107 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
108108 </ div >
109- {% for representative in nominees.silver_members %}
110- {{ nominee::project(representative=representative ) }}
109+ {% for candidate in nominees.silver_members %}
110+ {{ nominee::candidate(candidate=candidate ) }}
111111 {% endfor %}
112112 </ div >
113113 {% endif %}
@@ -119,8 +119,8 @@ <h3 id="guardian-nominees">Guardians (Max. {{ seats }} Seat{{ seats | pluralize
119119 < div class ="nominees-buttons-row ">
120120 < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
121121 </ div >
122- {% for guardian in nominees.guardians %}
123- {{ nominee::individual(individual=guardian ) }}
122+ {% for candidate in nominees.guardians %}
123+ {{ nominee::candidate(candidate=candidate ) }}
124124 {% endfor %}
125125 </ div >
126126 {% endif %}
@@ -130,12 +130,10 @@ <h3 id="guardian-nominees">Guardians (Max. {{ seats }} Seat{{ seats | pluralize
130130 < h3 id ="sct-nominees "> Spec Core Team Members (Max. {{ seats }} Seat{{ seats | pluralize }})</ h3 >
131131 < div class ="nominees ">
132132 < div class ="nominees-buttons-row ">
133- < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all ">
134- Collapse all
135- </ button >
133+ < button class ="expand-all "> Expand all</ button > – < button class ="collapse-all "> Collapse all</ button >
136134 </ div >
137- {% for individual in nominees.sct_members %}
138- {{ nominee::individual(individual=individual ) }}
135+ {% for candidate in nominees.sct_members %}
136+ {{ nominee::candidate(candidate=candidate ) }}
139137 {% endfor %}
140138 </ div >
141139 {% endif %}
0 commit comments