{% extends "viewflow/base_lockscreen.html" %} {% load i18n %} {% block title %}404 {% trans 'Page not found' %} - {{ block.super }}{% endblock %} {% block lockscreen-sidebar-header-title %}404 {% trans 'Page not found' %}{% endblock %} {% block lockscreen-sidebar-content %}
{% trans "We're sorry, but the requested page could not be found." %}
{% endblock %} {% block lockscreen-sidebar-footer %} {% trans 'View site' %} {% endblock %} {% block lockscreen-content-icon %}not_interested{% endblock %}