{% extends "base.html" %} {% load i18n %} {% block highlighted %}

{% trans "The page was not found!" %}

{% endblock highlighted %} {% block content %}

{% trans "Sorry! The page was not found!" %}

{% trans "Please, Go to the" %} homepage

{% endblock content %}