{% extends "PyLucid_base.html" %} {% block title %}PyLucid setup{% endblock %} {% block base_head %} {% block head %}{% endblock %} {% endblock %} {% block base_content %}

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

{% if not no_menu_link %}

« {% trans 'back to menu' %}

{% endif %} {% block pre_page_msg_content %}{% endblock %}
{% trans 'Error: Wrong media path.' %}

{% trans "It seems that the required JavaScript file isn't loaded!" %}

{% blocktrans %} If you use the local development server, you must set 'SERVE_STATIC_FILES = True' in your settings.py {% endblocktrans %}

{% block content %}{% endblock %} {% endblock %} {% block base_footer %}

{% trans 'page stats:' %}

{% endblock %}