{% extends "geoluminate/base_error.html" %}
{% load i18n %}
{% block title %}{% trans "404 Not Found" %}{% endblock %}
{% block label %}{% trans "404 Not Found" %}{% endblock %}
{% block message %}
{% trans "The requested resource does not exist!" %}
{% endblock %}