{% extends "base.html" %}
{% import "_macros.html" as ui %}
{% block title %}Blocklists ยท sagittarius{% endblock %}
{% block content %}
Subscribed lists are fetched, parsed, and merged into the in-memory blocklist set.{% call ui::icon("blocklists") %}{% endcall %}Blocklist sources
{{ notice }}
{% endif %} {% if let Some(error) = error %}{{ error }}
{% endif %} {% if !chrome.read_only %}No blocklist sources yet.
{% else %}| URL | Format | Entries | Blocked (24h) | Share | Updated | Status | ||
|---|---|---|---|---|---|---|---|---|
| {{ s.url }} | {% else %}{{ s.url }} | {% endif %}{{ s.format }} | {{ s.entry_count }} | {{ s.blocked }} | {{ s.share }} | {{ s.last_updated }} | {% if s.removed %} {% else if s.enabled %}enabled {% else %}disabled{% endif %} |
{% if !s.removed && !chrome.read_only %}
|