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

{% trans "We're sorry but that page could not found." %}

{% endblock %}