{# A template for 404 errors. #} {% extends "webwhois/base.html" %} {% load i18n %} {% block title %}{{ exception }} - {{ block.super }}{% endblock %} {% block content %}
{% trans "The object has not been found in the registry." %}
{% endblock content %}