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

{% trans "Page not found" %}

{% trans "We couldn't find the page you are looking for." %}

{% if request.META.HTTP_REFERER %} {% else %}

{% trans "Go back to homepage" %}

{% endif %} {% endblock %}