{% extends "base.html" %} {% block title %}Gestionar Feeds RSS{% endblock %} {% block content %}

Lista de Feeds RSS ({{ total_feeds }})

{% for feed in feeds %} {% else %} {% endfor %}
Nombre Categoría País Estado Acciones
{{ feed.nombre }} {{ feed.categoria or 'N/A' }} {{ feed.pais or 'Global' }} {% if not feed.activo %} KO {% else %} OK {% endif %} {% if not feed.activo %} {% endif %}
No hay feeds para mostrar. Añade el primero.
{% if total_pages > 1 %} {% endif %} {% endblock %}