{# A template for 404 errors. #} {% extends "webwhois/base.html" %} {% load i18n %} {% block title %}{{ exception }} - {{ block.super }}{% endblock %} {% block content %}

{{ exception }}

{% trans "The object has not been found in the registry." %}

{% endblock content %}