{% extends "base.html" %} {% load i18n baseurl %} {% block title %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }}: Page Not Found{% endblocktrans %} {% endblock %} {% block content %}

{% trans 'Page Not Found' %}

{% trans "We're sorry, but the requested page could not be found." %}

{% endblock %}