{% extends "webgateway/base/container3.html" %} {% load i18n %} {% load common_filters %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% block title %} {% trans "Webclient" %} {% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block script %} {{ block.super }} {% include "webclient/base/includes/script_launch_head.html" %} {% include "webclient/base/includes/ping.html" %} {% include "webclient/base/includes/toolbar_forms.html" %} {% include "webclient/data/includes/right_plugin.general.js.html" %} {% for rt in ome.right_plugins %} {% include rt.include %} {% endfor %} {% endblock %} {% block middle_header_right %} {% include "webclient/base/includes/search_field.html" %} {% include "webclient/base/includes/user_dropdown.html" %} {% endblock %} {% block center %}
{% if ome.center_plugins|length > 0 %} {% endif %}
{% for cp in ome.center_plugins %}
{% endfor %} {% endblock %} {% block right %}
{% for rt in ome.right_plugins %}
{% endfor %}
{% endblock %}