{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Page Not found" %}{% endblock %} {% block page_title %}{% trans "Page Not found" %}{% endblock page_title %} {% block content %}

{% trans "This is not the page you were looking for." %}

{% endblock content %}