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

{{ object.rpsl_pk }} {% if object %} Edit {% endif %}

{% if object %}
{{ object.object_text_display }}
{% if object.hashes_hidden %}

As you are not (sufficiently) authorised on this mntner, any password hashes have been removed.

{% endif %} {% else %}

No object found with this key.

{% endif %} {% endblock %}