{% extends "admin/partial/layout_logged_in.html.twig" %}
{% block title %}{{ ta('manage_banned_ip_addresses', 'Manage Banned IP Addresses') }}{% endblock %}
{% block selected_page %}configuration{% endblock %}
{% block selected_sub_page %}configuration{% endblock %}
{% block body %}
{{ msg_page_notifications|raw }}
{{ ta('banned_ip_addresses', 'Banned IP Addresses') }}
|
{{ ta('ip_address', 'IP Address') }} |
{{ ta('date_banned', 'Date Banned') }} |
{{ ta('ban_type', 'Ban Type') }} |
{{ ta('ban_expiry', 'Ban Expiry') }} |
{{ ta('ban_notes', 'Ban Notes') }} |
{{ ta('actions', 'Actions') }} |
{% endblock %}