{% extends "base.html" %}
{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% block content %} <div id="http-error">
<h1>404 - {% trans ":(" %}</h1>
<p> {% trans "The requested page does not exists... Please go away..." %} </p> </div> {% endblock %}