99 < h2 > Nomination status</ h2 >
1010
1111 < div class ="table-responsive ">
12- < table class ="table table-condensed table-striped table-hover col-sm-10 ">
12+ < table class ="table table-condensed table-striped table-hover col-sm-12 ">
1313 < thead >
1414 < tr >
15- < th class ="col-sm-3 "> Position</ th >
15+ < th class ="col-sm-2 "> Position</ th >
16+ < th class ="col-sm-1 "> Open</ th >
17+ < th class ="col-sm-1 "> Accepting< br /> Nominations</ th >
18+ < th class ="col-sm-1 "> Accepting< br /> Feedback</ th >
1619 < th class ="col-sm-1 "> Nominations</ th >
1720 < th class ="col-sm-1 "> Unique Nominees</ th >
1821 < th class ="col-sm-1 "> Accepted</ th >
1922 < th class ="col-sm-1 "> Declined</ th >
2023 < th class ="col-sm-1 "> Pending</ th >
21- < th class ="col-sm-1 "> Questionnaire responses </ th >
24+ < th class ="col-sm-1 "> Questionnaire< br /> Responses </ th >
2225 < th class ="col-sm-1 "> Comments</ th >
2326 </ tr >
2427 </ thead >
2528 < tbody >
2629 {% for item in stats %}
2730 < tr >
2831 < td > {{ item.position__name }}</ td >
32+ < td > {{ item.position.is_open|yesno:"Yes,No,No" }}</ td >
33+ < td > {{ item.position.accepting_nominations|yesno:"Yes,No,No" }}</ td >
34+ < td > {{ item.position.accepting_feedback|yesno:"Yes,No,No" }}</ td >
2935 < td > {{ item.nominations }}</ td >
3036 < td > {{ item.nominees }}</ td >
3137 < td > {{ item.accepted }}</ td >
@@ -39,6 +45,9 @@ <h2>Nomination status</h2>
3945 < tfoot >
4046 < tr >
4147 < th > Totals</ th >
48+ < th > {{ totals.open }}</ th >
49+ < th > {{ totals.accepting_nominations }}</ th >
50+ < th > {{ totals.accepting_feedback }}</ th >
4251 < th > {{ totals.nominations }}</ th >
4352 < th > {{ totals.nominees }}</ th >
4453 < th > {{ totals.accepted }}</ th >
@@ -50,6 +59,9 @@ <h2>Nomination status</h2>
5059 < tr >
5160 < th > Unique Nominee Totals</ th >
5261 < th > -</ th >
62+ < th > -</ th >
63+ < th > -</ th >
64+ < th > -</ th >
5365 < th > {{ unique_totals.nominees }}</ th >
5466 < th > {{ unique_totals.accepted }}</ th >
5567 < th > {{ unique_totals.declined }}</ th >
0 commit comments