{% extends base_generic %} {% load static %} {% block content %}
Update Block entries

Block lists

{% if blocklists %}
{% for blocklist in blocklists %}
{% if not blocklist.processed %} [NOT PROCESSED] {% endif %} {% include "rsshistory/icon_external.html" %} {{blocklist.url}} {% include "rsshistory/icon_update.html" %} {% include "rsshistory/icon_remove.html" %}
{% endfor %} {% include "rsshistory/pagination.html" %}
{% else %} No URLs yet {% endif %} {% endblock %}