{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Page not found" %} - {{ block.super }}{% endblock %} {% block content %} {% trans "The page you are looking for does not appear to exist on this site." %} {% endblock content %}