{# Per-site coloured dots on the global admin index. Expects in context: - summary: NoticeSummary (action_required_count, warn_count, status_count) #} {% if summary and (summary.action_required_count > 0 or summary.warn_count > 0) %} {% if summary.action_required_count > 0 %} {% endif %} {% if summary.warn_count > 0 %} {% endif %} {% endif %}