diff --git a/ietf/templates/idtracker/idinternal_detail.html b/ietf/templates/idtracker/idinternal_detail.html index f77859270..b39ddc9f0 100644 --- a/ietf/templates/idtracker/idinternal_detail.html +++ b/ietf/templates/idtracker/idinternal_detail.html @@ -12,7 +12,7 @@
Detail Info
- {% if object.ballot_others %} + {% if object.ballot_others.count %}
Action List
@@ -203,12 +203,14 @@ - {% if object.ballot_others %} + {% if object.ballot_others.count %}

Actions

- {# this "regroup" is to get the data structure into the shape - # that search_result_table wants - it doesn't do anything real. #} + {% comment %} + # this "regroup" is to get the data structure into the shape + # that search_result_table wants - it doesn't do anything real. + {% endcomment %} {% regroup object.ballot_primary by docstate as grouped %} {% include "idtracker/search_result_table.html" %}