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

404 {% trans "Page Not Found" %}

{% blocktrans trimmed with request_path=request_path %} The path {{ request_path }} does not exist. {% endblocktrans %}
{% endblock %}