{% extends "webgateway/base/container2.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block script %} {{ block.super }} {% include "webclient/base/includes/script_launch_head.html" %} {% include "webclient/base/includes/ping.html" %} {% include "webclient/data/includes/right_plugin.general.js.html" %} {% for rt in ome.right_plugins %} {% include rt.include %} {% endfor %} {% endblock %} {% block middle_header_left %} {% include "webclient/base/includes/menu.html" %} {% endblock %} {% block middle_header_right %} {% include "webclient/base/includes/search_field.html" %} {% include "webclient/base/includes/user_dropdown.html" %} {% endblock %} {% block right %}
{% for rt in ome.right_plugins %}
{% endfor %}
{% endblock %}