{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Page Not found" %}{% endblock %} {% block content %}
{% blocktrans %}This is not the page you were looking for.{% endblocktrans %}