You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="alert alert-warning" role="alert"><spanclass="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span> You have no major projects.</div>
<spanclass="glyphicon glyphicon-ok-sign white" style="padding-right:5px"></span> You haven't missed any house meetings.
257
259
</div>
258
-
{% else %}
260
+
{% elif hm_attendance_len > 0 %}
259
261
<divclass="panel panel-default">
260
262
<divclass="panel-heading">
261
263
<h3class="panel-title">Missed House Meetings</h3>
@@ -279,9 +281,9 @@ <h3 class="panel-title">Missed House Meetings</h3>
279
281
</div>
280
282
{% endif %}
281
283
282
-
{% if cm_attendance_len == 0 %}
284
+
{% if cm_attendance_len == 0 and active%}
283
285
<divclass="alert alert-warning"><spanclass="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span> You have not attended any directorship meetings.</div>
0 commit comments