{% extends "base.html" %} {% load i18n %} {% block title %}404 - {% trans "File not found" %}{% endblock %} {% block content %}

404 - {% trans "File not found" %}

{% trans "We are sorry, but the requested file was not found" %}

{% endblock %}