{% extends "base.html" %} {% load i18n %} {% block content %} {% trans "You are trying to access an invalid hostname. Maybe you're just mistyped it." %} {% trans "Error:" %} {{ error }} {% endblock %}