{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "Not Found" %}

{% trans "Sorry, the content you were looking for is not found" %}

{% endblock %}