{% extends 'zbx_dashboard/base.html' %} {% load i18n %} {% block content %}

{% trans "Page Not Found (Error 404)" %}

{% trans "The page you requested could not be found. Use your browsers Back button to navigate to the page you have previously come from." %}

{% trans "Or you could just press this neat little button" %}:

{% trans "Back to home" %}
{% endblock %}