{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'page_title_not_found' %}

{% blocktrans %}

The page you were looking for was not found.

{% endblocktrans %} {% endblock content %}