{% extends "base.html" %} {% load i18n %} {% load static %} {% load gravatar %} {% load socialaccount %} {% load humanize %} {% providers_media_js %} {% load custom_tags %} {% block title %} Report an IP {% endblock title %} {% block description %} Report an IP by providing details such as the activity title, IP address, activity type, and a detailed description. Ensure comprehensive reporting for better monitoring. {% endblock description %} {% block keywords %} Report an IP, IP Reporting, Activity Title, IP Address, Activity Type, Detailed Description {% endblock keywords %} {% block og_title %} Report an IP - Comprehensive Reporting {% endblock og_title %} {% block og_description %} Efficiently report an IP by providing necessary details such as the activity title, IP address, activity type, and a comprehensive description. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}
{% csrf_token %}

REPORT AN IP

{{ captcha_form.captcha }}
{% endblock content %} {% block after_js %} {% endblock after_js %}