{% load i18n %} {% load extra_tags %}
{% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}
{% block meta %}{% endblock %}
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
{% if settings.USE_CUSTOM_CSS %}
{% endif %} {% block forestyle %}{% endblock %} {% if user_messages %} {% endif %} {% block forejs %}{% endblock %}
{% autoescape off %} {% if user_messages %} {% for message in user_messages %}
{{ message }}
{% endfor %} {% endif %} {% endautoescape %}
×
{% include "header.html" %} {% block page_center %}
{% block content%} {% endblock%}
{% block tail %} {% endblock %}
{% endblock %} {% include "footer.html" %} {% block endjs %} {% endblock %} {% if settings.GOOGLE_ANALYTICS_KEY %} {% endif %}