{% extends "base.html" %}
{% load i18n %}

{% block title %}{% trans "Page not found" %}{% endblock %}

{% block page_title %}{% trans "Page not found" %}{% endblock page_title %}

{% block content %}
<p>{% trans "This page does not exist." %}</p>
{% endblock content %}