{% extends 'layout.twig' %} {% block title %}Allowlist — IRDB{% endblock %} {% block content %} {% import 'partials/sort.twig' as sort %}
| Actions | {% endif %}||||
|---|---|---|---|---|
| {{ item.kind }} | {{ item.kind == 'ip' ? item.ip : item.cidr }} | {{ item.reason|default('—') }} | {% if item.created_at %}{% endif %} | {% if can_write %}{% include 'partials/confirm_form.twig' with { action: '/app/allowlist/' ~ item.id ~ '/delete', label: 'Remove', description: 'This removes the allowlist entry immediately.', } only %} | {% endif %}
| No allowlist entries. | ||||