{% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% block stylesheet %} {% if uses_jq_autocomplete %} {% endif %} {% if uses_jq_thickbox %} {% endif %} {% if uses_jq_datetimepicker %} {% endif %} {% endblock %} {% block page_title %} {% if page_name %} {{ page_name }} {% else %} <Missing Page Name> {% endif %} {% endblock %} {% block scripts %} {% if uses_jq %} {% endif %} {% if uses_jq_bt %} {% endif %} {% if uses_menu %} {% endif %} {% if uses_jq_bt %} {% endif %} {% if uses_jq_bgiframe %} {% endif %} {% if uses_jq_ajaqQueue %} {% endif %} {% if uses_jq_autocomplete %} {% endif %} {% if uses_jq_thickbox %} {% endif %} {% if uses_tinymce %} {% endif %} {% if uses_jq_progressbar %} {% endif %} {% if uses_bulk_review %} {% endif %} {% if uses_jq_ui_core %} {% endif %} {% if uses_jq_datetimepicker %} {% endif %} {% endblock %} {% block body_tag %} {% endblock %}
{% block login_links %} {% if account %} {{ account.email }} ({{ account.nickname }}) | {% endif %} {% if is_admin %} Developer | {% endif %} {% if is_debug %}
| Admin | {% endif %} Report bugs | {% if account %} Sign out {% else %} Sign in {% endif %} {% endblock %}
{% block badge %} Powered by Melange
{% if soc_release %} Release {{ soc_release }} {% else %} (unreleased) {% endif %} {% endblock %}
{% block body %} <Missing Page Body> {% endblock %}
{% if ga_tracking_num %} {% include 'soc/site/ga.html' %} {% endif %}