{% load i18n staticfiles future_compat %}{#% load firstof from future %#} {% block page-title %}{% endblock page-title %} | {% block site-title %}{% endblock site-title %} {% block extrastyle %}{% include 'admin/inc/extrastyle.html' %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block stylesheets %} {##} {% endblock stylesheets %} {% block theme-stylesheets %} {##} {% for css_file in fobi_theme.get_media_css %} {% endfor %} {% endblock theme-stylesheets %} {% block extra-stylesheets %}{% endblock extra-stylesheets %} {% block head-javascripts %} {% endblock head-javascripts %} {% block extra-head-javascripts %}{% endblock extra-head-javascripts %} {% block extrahead %} {% include 'admin/inc/extrahead.html' %} {% endblock extrahead %} {% block blockbots %}{% endblock %} {% load i18n %} {% block main-wrapper %}
{% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %} {% block main-content-wrapper %}
{% block main-content %} {% block content-wrapper %} {% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% endblock content-wrapper %} {% block sidebar-wrapper %} {% block sidebar %}{% endblock %} {% endblock sidebar-wrapper %}
{% endblock main-content %}
{% block footer-wrapper %} {% block footer %}{% endblock %} {% endblock footer-wrapper %} {% endblock main-content-wrapper %}
{% endblock main-wrapper %} {% block javascripts %} {##} {##} {% endblock javascripts %} {% block theme-javascripts %} {##} {% for js_file in fobi_theme.get_media_js %} {% endfor %} {% endblock theme-javascripts %}