{% extends "mapit/base.html" %} {% load i18n %} {% block title %}{% trans "404 Not Found" %}{% endblock %} {% block content %}

{% trans "Sorry, that could not be found." %}

{% endblock %}