##This file is based on the template from the SimpleWiki source which carries the GPL license <%inherit file="simplewiki_base.html"/> <%! from simplewiki.views import wiki_reverse %> <%block name="title">
The page you requested could not be found. Click here to create it.
%elif wiki_err_no_namespace is not UNDEFINED and wiki_err_no_namespace:You must specify a namespace to create an article in.
%elif wiki_err_bad_namespace is not UNDEFINED and wiki_err_bad_namespace:The namespace for this article does not exist. This article cannot be created.
%elif wiki_err_locked is not UNDEFINED and wiki_err_locked:The article you are trying to modify is locked.
%elif wiki_err_noread is not UNDEFINED and wiki_err_noread:You do not have access to read this article.
%elif wiki_err_nowrite is not UNDEFINED and wiki_err_nowrite:You do not have access to edit this article.
%elif wiki_err_noanon is not UNDEFINED and wiki_err_noanon:Anonymous attachments are not allowed. Try logging in.
%elif wiki_err_create is not UNDEFINED and wiki_err_create:You do not have access to create this article.
%elif wiki_err_encode is not UNDEFINED and wiki_err_encode:The url you requested could not be handled by the wiki. Probably you used a bad character in the URL. Only use digits, English letters, underscore and dash. For instance /wiki/An_Article-1
%elif wiki_err_deleted is not UNDEFINED and wiki_err_deleted:The article you tried to access has been deleted. You may be able to restore it to an earlier version in its history, or create a new version.
%elif wiki_err_norevision is not UNDEFINED:This article does not contain revision ${wiki_err_norevision | h}.
%else:An error has occured.
%endif