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