{% load i18n %} {% load orbit %} {% load static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% orbit 'client_settings.name' %} - {% block title %}{{ title }}{% endblock %} {% block extrastyle %}{% endblock %} {% if "css" in client_settings %} {% endif %} {% if "favicon" in client_settings %} {% else %} {% endif %} {% block extrahead %}{% endblock %}
{% if debug_flag %}{% orbit "errors" %}{% endif %}
{% block content %}{% autoescape off %}{{ content }}{% endautoescape %}{% endblock %}