@@ -40,7 +40,7 @@ <h2 class="anchor-target" id="plenaries">Plenaries</h2>
4040 < table class ="table table-condensed table-striped tablesorter ">
4141 < thead >
4242 < tr >
43- {% if user and user.is_authenticated and user|managed_groups %}
43+ {% if user|has_role:"Secretariat" or user|managed_groups %}
4444 < th class ="col-md-1 "> Group</ th >
4545 < th class ="col-md-1 "> Agenda</ th >
4646 < th class ="col-md-1 "> Minutes</ th >
@@ -72,7 +72,7 @@ <h2 class="anchor-target" id="{{sessions.list.0.group.parent.acronym}}">{{sessio
7272 < table class ="table table-condensed table-striped tablesorter ">
7373 < thead >
7474 < tr >
75- {% if user and user.is_authenticated and user|managed_groups %}
75+ {% if user|has_role:"Secretariat" or user|managed_groups %}
7676 < th class ="col-md-1 "> Group</ th >
7777 < th class ="col-md-1 "> Agenda</ th >
7878 < th class ="col-md-1 "> Minutes</ th >
@@ -106,7 +106,7 @@ <h2 class="anchor-target" id="training">Training</h2>
106106 < table class ="table table-condensed table-striped tablesorter ">
107107 < thead >
108108 < tr >
109- {% if user and user.is_authenticated and user|managed_groups %}
109+ {% if user|has_role:"Secretariat" or user|managed_groups %}
110110 < th class ="col-md-1 "> Group</ th >
111111 < th class ="col-md-1 "> Agenda</ th >
112112 < th class ="col-md-1 "> Minutes</ th >
@@ -140,7 +140,7 @@ <h2 class="anchor-target" id="iab">IAB <small>Internet Architecture Board</small
140140 < table class ="table table-condensed table-striped tablesorter ">
141141 < thead >
142142 < tr >
143- {% if user and user.is_authenticated and user|managed_groups %}
143+ {% if user|has_role:"Secretariat" or user|managed_groups %}
144144 < th class ="col-md-1 "> Group</ th >
145145 < th class ="col-md-1 "> Agenda</ th >
146146 < th class ="col-md-1 "> Minutes</ th >
@@ -173,7 +173,7 @@ <h2 class="anchor-target" id="irtf">IRTF <small>Internet Research Task Force</sm
173173 < table class ="table table-condensed table-striped tablesorter ">
174174 < thead >
175175 < tr >
176- {% if user and user.is_authenticated and user|managed_groups %}
176+ {% if user|has_role:"Secretariat" or user|managed_groups %}
177177 < th class ="col-md-1 "> Group</ th >
178178 < th class ="col-md-1 "> Agenda</ th >
179179 < th class ="col-md-1 "> Minutes</ th >
0 commit comments