{% extends "mobile/base.html" %} {% load i18n %} {% block title %} {% trans "Page not found" %} {% endblock %} {% block main %} {% trans "The page you requested does not exist." %} {% endblock %}