{% extends "base.html" %} {% block title %}Blacklist{% endblock %} {% set active = "app-blacklist" %} {% block content %}

🚫 Blacklist

{% for b in items %}
{{ b.number }} {% if b.description %}— {{ b.description }}{% endif %}
{% else %}
Nenhum número bloqueado.
{% endfor %} {% endblock %}