{% extends 'base.html' %} {% load i18n %} {% block content %} {% trans "Page not found" %} {% trans "This page doesn't exists." %} {% trans "Home" %} {% endblock %}
{% trans "This page doesn't exists." %}