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

{% trans "Page not found" %}

{% trans "Sorry, we can't find the page that you're looking for." %}

{% endblock %}