{% extends base_generic %} {% load static %} {% block content %}
Read

Browser list

Browsers are selected using this list, by priority
{% if content_list %}
{% for browser in content_list %}
{% if not browser.enabled %} [DISABLED] {% endif %} Prio:{{browser.priority}} Name:{{browser.name}} Crawler:{{browser.crawler}} Settings:{{browser.settings}}
{% include "rsshistory/icon_edit.html" %} {% if browser.enabled %} {% include "rsshistory/icon_disable.html" %} {% else %} {% include "rsshistory/icon_enable.html" %} {% endif %} {% include "rsshistory/icon_remove.html" %}
{% endfor %} {% include "rsshistory/pagination.html" %} {% else %} Browser list is empty! {% endif %} {% endblock %}