{% load compressed %} {% load djblets_deco %} {% load djblets_extensions %} {% load djblets_utils %} {% load i18n %} {% load rb_extensions %} {% load staticfiles %} {% block title %}{% endblock %} | Review Board {% block extrahead %}{% endblock %} {% template_hook_point "base-extrahead" %} {% compressed_css "common" %} {% block css %}{% endblock %} {% template_hook_point "base-css" %} {% include "js/jquery.html" %} {% block scripts %}{% endblock %} {% include "js/pipeline.html" %} {% template_hook_point "base-scripts" %} {% block bodytag %} {% endblock %}
{% block headerbar %}

{% include "base/branding.html" %}
{% template_hook_point "base-before-navbar" %} {% block navbar %} {% if user.is_authenticated or not siteconfig.settings.auth_require_sitewide_login %} {% if siteconfig.settings.search_enable %}
{% endif %} {% if siteconfig.settings.search_enable %}
{% endif %} {% endif %} {% endblock %} {% endblock %}
{% template_hook_point "base-after-navbar" %}
{% template_hook_point "base-before-content" %} {% block content %}{% endblock %} {% template_hook_point "base-after-content" %}
{% include "js/jquery-ui.html" %} {% compressed_js "common" %} {% block scripts-post %}{% endblock %} {% template_hook_point "base-scripts-post" %}