{% extends "base.html" %} {% block content %}

Change/create/delete object(s){% if status %}: {{ status }}{% endif %}

{% if report %}
{{ report }}
{% endif %} {% if not status or status != 'SUCCESS' %}

In this form, you can submit changes to RPSL objects in plain text. This form is identical to email submissions, which means you can use the pseudo-attributes delete for deletions or password for password authentication. PGP is not supported. See the IRRD documentation for more details.

{% if user and user.override %}

You have override permissions for all authoritative objects in this IRRD instance.

{% elif mntner_perms %}

Your user is already authorised for the following maintainers without needing to enter their password:

{% for source, mntners in mntner_perms.items() %} In {{ source }}: {% endfor %} {% endif %}
{% endif %} {% endblock %}