{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Objectbrowser - Object not found" %}{% endblock %} {% block toolbar %}{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}{% endblock %} {% block content %}

{{ error_summary }}

{{ error }}

{% if error_type == "object not found" or error_summary == "Unable to get object" %}

{% trans "On rare occations this can happen if you just made changes to your object and its object id changed because it now looks differently in the config files." %}

{% trans "In any case, you can try browsing for your object in the" %} objectbrowser

{% endif %}
{% endblock %}