{% extends "base.html" %} {% load version_static i18n %} {% block title %}{% trans 'Error 404: File Not Found' %}{% endblock %} {% block text-content %} <p style="font-size: large;">{% trans 'Error: wrong address entered' %}</p> {% endblock %}