{% 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 %} {% if page_msg %}
page messages {% for message in page_msg %} {{ message }}
{% endfor %}
{% endif %}
{% 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 %}