{% extends "base.html" %} {% load i18n %} {% block title %}404 - {% trans "File not found" %}{% endblock %} {% block content %}
{% trans "We are sorry, but the requested file was not found" %}