{% extends "base.html" %} {% load staticfiles i18n %} {% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}
{% trans "We couldn't find the page you are looking for." %}
{% if request.META.HTTP_REFERER %} {% else %} {% endif %} {% endblock %}