{% extends "material/frontend/base_lockscreen.html" %} {% load i18n %} {% block title %}404 {% trans 'Page not found' %} - {{ block.super }}{% endblock %} {% block page_title %}404
{% trans 'Page not found' %}{% endblock %} {% block content %}

{% trans "We're sorry, but the requested page could not be found." %}

{% trans 'View site' %}
{% endblock %} {% block icon %}not_interested{% endblock %}