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

{% trans "Not found" %}

{% blocktrans %}This is not the page you were looking for.{% endblocktrans %}

{% endblock content %}