{% extends "base.html" %} {% load i18n baseurl %} {% block title %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }}: Page Not Found{% endblocktrans %} {% endblock %} {% block content %}
{% trans "We're sorry, but the requested page could not be found." %}