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

{% trans "Page not found" %}

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

{% endblock content %}