{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "Not Found" %}{% endblock %} {% block content %}

{% trans "Not Found" %}

{% trans "The page you requested doesn't seem to exist!" %}

{% endblock %}