{% extends "base.html" %} {% block title %}{{ error_info.title if error_info else _('Page Not Found') }} - {{ app_name }}{% endblock %} {% block content %}

404

{{ error_info.title if error_info else _('Page Not Found') }}

{{ error_info.message if error_info else _("The page you're looking for doesn't exist or has been moved.") }}

{{ _('Go to Dashboard') }}
{% endblock %}