{% extends "assetcloud/base.html" %} {% block title %}404: Page not found{% endblock %} {% comment %} Override the whole of the body block, not just the content block, because we don't want the navigation to show on the login page. {% endcomment %} {% block body %}

We can't find the page you're looking for

It's possible that you or someone else entered the URL incorrectly. You might want to head back to the home page, or contact us.

{% endblock %}