{% extends "base.html" %}{% load i18n %} {% block scripts %} {% endblock %} {% block pagetitle %}{% trans "Not found" %}{% endblock %} {% block title %}{% trans "404 Not Found" %}{% endblock %} {% block content %}

{% trans "404 Error" %}

{% trans "Sorry, we couldn't find what you're looking for." %}

{% url home:index as home_url %}

{% blocktrans %}Perhaps you'd like to head back to the home page?{% endblocktrans %}

{% endblock %}