{% load i18n static semantic_utils %} {% has_url 'javascript-catalog' as javascript_catalog %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block extrahead %} {% if javascript_catalog %} {% endif %} {% endblock %} {% block blockbots %}{% endblock %} {% load i18n %} {% if not is_popup %} {% comment %} There are two menus on the page. The first is the offscreen menu, which is only visible if toggled. The menu button to toggle it is only visible when the screen is less than 1144px. Otherwise, a second computer menu is visible when the screen is more than 1145px. {% endcomment %} {% comment %} When, less than 1144px, the top menu bar appears. Clicking the menu button launches the offscreen menu. {% endcomment %} {% endif %} {% comment %}{% endcomment %} {% if not is_popup %}
{% endif %}
{% if not is_popup %} {% block breadcrumbsbox %}
{% block breadcrumbs %}{% endblock %}
{% endblock %}
{% block messages %} {% if messages %} {% for message in messages %}
{{ message|capfirst }}
{% endfor %} {% endif %} {% endblock messages %} {% endif %}
{% block contenttop %}
{% block pretitle %}{% endblock %} {% block content_title %} {% if title %}

{{ title }}

{% endif %} {% endblock %}
{% block object-tools %}{% endblock %}
{% endblock %} {% block content %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %} {% endblock %}
{% if not is_popup %}
{% endif %} {% block extrascript %}{% endblock %}