{% extends "core/base.html" %} {% block page_title %}Page Not Found{% endblock %} {% block css %} {% endblock %} {% block body %}

{% trans "Page Not Found" %}

{% trans "Sorry, the page you were looking for was not found." %}

{% endblock body %}