{% extends 'wirecloud/views/base_plain.html' %} {% load i18n %} {% block path %}{% block title %}{% trans "Error 404 - Not Found" %}{% endblock %}{% endblock %} {% block content %}
{% blocktrans %}The requested URL "{{request_path}}" was not found on this server.{% endblocktrans %}
{% endblock %}