{% extends "base.html" %} {% block content %}
Checking database status...
{% if redis_enabled %} {% if redis_connected %}
Redis Cache: Active
{% else %}
Redis: Offline
{% endif %} {% else %}
Redis: Disabled
{% endif %}
{% if redis_enabled and redis_connected %}
Cache Statistics
Loading cache statistics...
{% endif %}

Generate Geo-Blocking Configuration

{% for country in countries %}
{% endfor %}
{% if redis_enabled and redis_connected %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}