{% extends "PyLucid_base.html" %} {% block base_head %} {% endblock %} {% block base_content %}

PyLucid v{{ version }} - {{ request.META.HTTP_HOST }}

{% trans "error" %}: {{ error_msg }}

{% trans 'solutions:' %}

{% trans "If you haven't installed PyLucid go into the _install section:" %} {{ request.META.HTTP_HOST }}{% url PyLucid.install.index.menu . %}

{% trans 'Please read the install guide:' %}

{% endblock %} {% block base_footer %}

The original error was:

{{ exception }}

{% if traceback %}

Traceback:

{{ traceback }}

{% endif %}

{% trans 'page stats:' %}

{% endblock %}