{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Page not found" %}{% endblock %} {% block content_title %}

{% trans "Page not found" %}

{% endblock %} {% block body %}

{% trans "Looks like you followed a bad link. If you think it's our fault, please let us know." %}

{% url home as home %}

{% blocktrans %}Here's a link to the homepage. You know, just in case.{% endblocktrans %}

{% endblock %}